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