28 references to IPropertyDescriptionList
System.Windows.Forms.Primitives (28)
Windows.Win32.IFileSaveDialog.g.cs (5)
828
private static winmdroot.Foundation.HRESULT SetCollectedProperties(IFileSaveDialog* pThis, winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
* pList, winmdroot.Foundation.BOOL fAppendDefault)
861
public unsafe void SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
* pList, winmdroot.Foundation.BOOL fAppendDefault)
863
((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pList, fAppendDefault).ThrowOnFailure();
1031
internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCollectedProperties_30;
1168
unsafe winmdroot.Foundation.HRESULT SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
* pList, winmdroot.Foundation.BOOL fAppendDefault);
Windows.Win32.IPropertyDescriptionList.g.cs (19)
26
:IVTable<
IPropertyDescriptionList
,
IPropertyDescriptionList
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IPropertyDescriptionList
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint>)lpVtbl[1])((
IPropertyDescriptionList
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint>)lpVtbl[2])((
IPropertyDescriptionList
*)Unsafe.AsPointer(ref this));
67
private static winmdroot.Foundation.HRESULT GetCount(
IPropertyDescriptionList
* pThis, uint* pcElem)
97
((delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IPropertyDescriptionList
*)Unsafe.AsPointer(ref this), pcElem).ThrowOnFailure();
115
private static winmdroot.Foundation.HRESULT GetAt(
IPropertyDescriptionList
* pThis, uint iElem, global::System.Guid* riid, void** ppv)
151
((delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IPropertyDescriptionList
*)Unsafe.AsPointer(ref this), iElem, riid, ppv).ThrowOnFailure();
175
internal delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
177
internal delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint> AddRef_2;
179
internal delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint> Release_3;
181
internal delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint* ,winmdroot.Foundation.HRESULT> GetCount_4;
183
internal delegate *unmanaged [Stdcall]<
IPropertyDescriptionList
*,uint ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> GetAt_5;
Windows.Win32.UI_Shell_PropertiesSystem_IPropertyDescriptionList_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
.Interface.GetCount(uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetCount(this winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
.Interface @this, out uint pcElem)
33
/// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
.Interface.GetAt(uint, global::System.Guid*, void**)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT GetAt(this winmdroot.UI.Shell.PropertiesSystem.
IPropertyDescriptionList
.Interface @this, uint iElem, in global::System.Guid riid, out void* ppv)