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