File tree Expand file tree Collapse file tree
source/WindowsAPICodePack/PortableDevices.Shared/ObjectModel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11//Copyright (c) Pierre Sprimont. All rights reserved.
22
3- using Microsoft . WindowsAPICodePack . PropertySystem ;
4- using System ;
5- using System . Diagnostics ;
6-
7- #if WAPICP3
83using Microsoft . WindowsAPICodePack . COMNative . PortableDevices . PropertySystem ;
4+ using Microsoft . WindowsAPICodePack . PropertySystem ;
95using Microsoft . WindowsAPICodePack . PortableDevices . CommandSystem . Object ;
106using Microsoft . WindowsAPICodePack . PortableDevices . PropertySystem ;
117using Microsoft . WindowsAPICodePack . Win32Native ;
128using Microsoft . WindowsAPICodePack . Win32Native . PropertySystem ;
139
10+ using System ;
11+ using System . Diagnostics ;
1412using System . IO ;
1513using System . Runtime . InteropServices ;
1614
17- using static Microsoft . WindowsAPICodePack . COMNative . PortableDevices . PortableDeviceHelper ;
18-
19- using static WinCopies . ThrowHelper ;
15+ using static
16+ #if WAPICP3
17+ WinCopies . ThrowHelper ;
2018#else
21- using Microsoft . WindowsAPICodePack . PortableDevices . PropertySystem ;
22-
23- using static WinCopies . Util . Util ;
19+ WinCopies . Util . Util ;
2420#endif
2521
22+ using static Microsoft . WindowsAPICodePack . COMNative . PortableDevices . PortableDeviceHelper ;
23+
2624using PropertyCollection = Microsoft . WindowsAPICodePack . PortableDevices . PropertySystem . PropertyCollection ;
2725
2826namespace Microsoft . WindowsAPICodePack . PortableDevices
You can’t perform that action at this time.
0 commit comments