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