6 instantiations of PKEY
PresentationFramework (6)
MS\Internal\AppModel\ShellProvider.cs (6)
51public static readonly PKEY Title = new PKEY(new Guid("F29F85E0-4FF9-1068-AB91-08002B27B3D9"), 2); 53public static readonly PKEY AppUserModel_ID = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 5); 55public static readonly PKEY AppUserModel_IsDestListSeparator = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 6); 57public static readonly PKEY AppUserModel_RelaunchCommand = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 2); 59public static readonly PKEY AppUserModel_RelaunchDisplayNameResource = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 4); 61public static readonly PKEY AppUserModel_RelaunchIconResource = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 3);
18 references to PKEY
PresentationFramework (18)
MS\Internal\AppModel\ShellProvider.cs (10)
51public static readonly PKEY Title = new PKEY(new Guid("F29F85E0-4FF9-1068-AB91-08002B27B3D9"), 2); 53public static readonly PKEY AppUserModel_ID = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 5); 55public static readonly PKEY AppUserModel_IsDestListSeparator = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 6); 57public static readonly PKEY AppUserModel_RelaunchCommand = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 2); 59public static readonly PKEY AppUserModel_RelaunchDisplayNameResource = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 4); 61public static readonly PKEY AppUserModel_RelaunchIconResource = new PKEY(new Guid("9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3"), 3); 141PKEY GetAt(uint iProp); 143void GetValue([In] ref PKEY pkey, [In, Out] PROPVARIANT pv); 145void SetValue([In] ref PKEY pkey, PROPVARIANT pv); 343object GetPropertyDescriptionList([In] ref PKEY keyType, [In] ref Guid riid);
System\Windows\Shell\JumpList.cs (8)
959PKEY pkey = default(PKEY); 964pkey = PKEY.Title; 969pkey = PKEY.AppUserModel_IsDestListSeparator; 1059PKEY pkeyTitle = PKEY.Title; 1088PKEY pkeyTitle = PKEY.Title;