17 instantiations of FileDialogCustomPlace
PresentationFramework (17)
Microsoft\Win32\FileDialogCustomPlaces.cs (17)
26
get { return new
FileDialogCustomPlace
(new Guid("3EB685DB-65F9-4CF6-A03A-E3EF65729F3D")); }
32
get { return new
FileDialogCustomPlace
(new Guid("F1B32785-6FBA-4FCF-9D55-7B8E7F157091")); }
38
get { return new
FileDialogCustomPlace
(new Guid("2B0F765D-C0E9-4171-908E-08A611B84FF6")); }
44
get { return new
FileDialogCustomPlace
(new Guid("56784854-C6CB-462b-8169-88E350ACB882")); }
50
get { return new
FileDialogCustomPlace
(new Guid("1777F761-68AD-4D8A-87BD-30B759FA33DD")); }
56
get { return new
FileDialogCustomPlace
(new Guid("A77F5D77-2E2B-44C3-A6A2-ABA601054A51")); }
62
get { return new
FileDialogCustomPlace
(new Guid("4BD8D571-6D19-48D3-BE97-422220080E43")); }
68
get { return new
FileDialogCustomPlace
(new Guid("33E28130-4E1E-4676-835A-98395C3BC3BB")); }
74
get { return new
FileDialogCustomPlace
(new Guid("8983036C-27C0-404B-8F08-102D10DCFD74")); }
80
get { return new
FileDialogCustomPlace
(new Guid("625B53C3-AB48-4EC1-BA1F-A1EF4146FC19")); }
86
get { return new
FileDialogCustomPlace
(new Guid("B97D20BB-F46A-4C97-BA10-5E3608430854")); }
92
get { return new
FileDialogCustomPlace
(new Guid("1AC14E77-02E7-4E5D-B744-2EB1AE5198B7")); }
98
get { return new
FileDialogCustomPlace
(new Guid("A63293E8-664E-48DB-A079-DF759E0509F7")); }
104
get { return new
FileDialogCustomPlace
(new Guid("B4BFCC3A-DB2C-424C-B029-7FE99A87C641")); }
110
get { return new
FileDialogCustomPlace
(new Guid("FDD39AD0-238F-46AF-ADB4-6C85480369C7")); }
116
get { return new
FileDialogCustomPlace
(new Guid("905E63B6-C1BF-494E-B29C-65B732D3D21A")); }
122
get { return new
FileDialogCustomPlace
(new Guid("F7F1ED05-9F6D-47A2-AAAE-29D317C6F066")); }
22 references to FileDialogCustomPlace
PresentationFramework (22)
Microsoft\Win32\CommonItemDialog.cs (5)
251
public IList<
FileDialogCustomPlace
> CustomPlaces { get; set; }
415
IList<
FileDialogCustomPlace
> places = CustomPlaces;
418
foreach (
FileDialogCustomPlace
customPlace in places)
559
CustomPlaces = new List<
FileDialogCustomPlace
>();
637
private static IShellItem ResolveCustomPlace(
FileDialogCustomPlace
customPlace)
Microsoft\Win32\FileDialogCustomPlaces.cs (17)
24
public static
FileDialogCustomPlace
RoamingApplicationData
30
public static
FileDialogCustomPlace
LocalApplicationData
36
public static
FileDialogCustomPlace
Cookies
42
public static
FileDialogCustomPlace
Contacts
48
public static
FileDialogCustomPlace
Favorites
54
public static
FileDialogCustomPlace
Programs
60
public static
FileDialogCustomPlace
Music
66
public static
FileDialogCustomPlace
Pictures
72
public static
FileDialogCustomPlace
SendTo
78
public static
FileDialogCustomPlace
StartMenu
84
public static
FileDialogCustomPlace
Startup
90
public static
FileDialogCustomPlace
System
96
public static
FileDialogCustomPlace
Templates
102
public static
FileDialogCustomPlace
Desktop
108
public static
FileDialogCustomPlace
Documents
114
public static
FileDialogCustomPlace
ProgramFiles
120
public static
FileDialogCustomPlace
ProgramFilesCommon