17 instantiations of FileDialogCustomPlace
PresentationFramework (17)
Microsoft\Win32\FileDialogCustomPlaces.cs (17)
25
get { return new
FileDialogCustomPlace
(new Guid("3EB685DB-65F9-4CF6-A03A-E3EF65729F3D")); }
31
get { return new
FileDialogCustomPlace
(new Guid("F1B32785-6FBA-4FCF-9D55-7B8E7F157091")); }
37
get { return new
FileDialogCustomPlace
(new Guid("2B0F765D-C0E9-4171-908E-08A611B84FF6")); }
43
get { return new
FileDialogCustomPlace
(new Guid("56784854-C6CB-462b-8169-88E350ACB882")); }
49
get { return new
FileDialogCustomPlace
(new Guid("1777F761-68AD-4D8A-87BD-30B759FA33DD")); }
55
get { return new
FileDialogCustomPlace
(new Guid("A77F5D77-2E2B-44C3-A6A2-ABA601054A51")); }
61
get { return new
FileDialogCustomPlace
(new Guid("4BD8D571-6D19-48D3-BE97-422220080E43")); }
67
get { return new
FileDialogCustomPlace
(new Guid("33E28130-4E1E-4676-835A-98395C3BC3BB")); }
73
get { return new
FileDialogCustomPlace
(new Guid("8983036C-27C0-404B-8F08-102D10DCFD74")); }
79
get { return new
FileDialogCustomPlace
(new Guid("625B53C3-AB48-4EC1-BA1F-A1EF4146FC19")); }
85
get { return new
FileDialogCustomPlace
(new Guid("B97D20BB-F46A-4C97-BA10-5E3608430854")); }
91
get { return new
FileDialogCustomPlace
(new Guid("1AC14E77-02E7-4E5D-B744-2EB1AE5198B7")); }
97
get { return new
FileDialogCustomPlace
(new Guid("A63293E8-664E-48DB-A079-DF759E0509F7")); }
103
get { return new
FileDialogCustomPlace
(new Guid("B4BFCC3A-DB2C-424C-B029-7FE99A87C641")); }
109
get { return new
FileDialogCustomPlace
(new Guid("FDD39AD0-238F-46AF-ADB4-6C85480369C7")); }
115
get { return new
FileDialogCustomPlace
(new Guid("905E63B6-C1BF-494E-B29C-65B732D3D21A")); }
121
get { return new
FileDialogCustomPlace
(new Guid("F7F1ED05-9F6D-47A2-AAAE-29D317C6F066")); }
22 references to FileDialogCustomPlace
PresentationFramework (22)
Microsoft\Win32\CommonItemDialog.cs (5)
250
public IList<
FileDialogCustomPlace
> CustomPlaces { get; set; }
414
IList<
FileDialogCustomPlace
> places = CustomPlaces;
417
foreach (
FileDialogCustomPlace
customPlace in places)
550
CustomPlaces = new List<
FileDialogCustomPlace
>();
628
private static IShellItem ResolveCustomPlace(
FileDialogCustomPlace
customPlace)
Microsoft\Win32\FileDialogCustomPlaces.cs (17)
23
public static
FileDialogCustomPlace
RoamingApplicationData
29
public static
FileDialogCustomPlace
LocalApplicationData
35
public static
FileDialogCustomPlace
Cookies
41
public static
FileDialogCustomPlace
Contacts
47
public static
FileDialogCustomPlace
Favorites
53
public static
FileDialogCustomPlace
Programs
59
public static
FileDialogCustomPlace
Music
65
public static
FileDialogCustomPlace
Pictures
71
public static
FileDialogCustomPlace
SendTo
77
public static
FileDialogCustomPlace
StartMenu
83
public static
FileDialogCustomPlace
Startup
89
public static
FileDialogCustomPlace
System
95
public static
FileDialogCustomPlace
Templates
101
public static
FileDialogCustomPlace
Desktop
107
public static
FileDialogCustomPlace
Documents
113
public static
FileDialogCustomPlace
ProgramFiles
119
public static
FileDialogCustomPlace
ProgramFilesCommon