36 references to IShellItemFilter
System.Windows.Forms.Primitives (36)
Windows.Win32.IFileDialog.g.cs (5)
975 private static winmdroot.Foundation.HRESULT SetFilter(IFileDialog* pThis, winmdroot.UI.Shell.IShellItemFilter* pFilter) 1004 public unsafe void SetFilter(winmdroot.UI.Shell.IShellItemFilter* pFilter) 1006 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileDialog*)Unsafe.AsPointer(ref this), pFilter).ThrowOnFailure(); 1082 internal delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT> SetFilter_27; 1201 unsafe winmdroot.Foundation.HRESULT SetFilter(winmdroot.UI.Shell.IShellItemFilter* pFilter);
Windows.Win32.IFileOpenDialog.g.cs (5)
732 private static winmdroot.Foundation.HRESULT SetFilter(IFileOpenDialog* pThis, winmdroot.UI.Shell.IShellItemFilter* pFilter) 749 public unsafe void SetFilter(winmdroot.UI.Shell.IShellItemFilter* pFilter) 751 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pFilter).ThrowOnFailure(); 899 internal delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT> SetFilter_27; 1024 unsafe new winmdroot.Foundation.HRESULT SetFilter(winmdroot.UI.Shell.IShellItemFilter* pFilter);
Windows.Win32.IFileSaveDialog.g.cs (5)
732 private static winmdroot.Foundation.HRESULT SetFilter(IFileSaveDialog* pThis, winmdroot.UI.Shell.IShellItemFilter* pFilter) 749 public unsafe void SetFilter(winmdroot.UI.Shell.IShellItemFilter* pFilter) 751 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pFilter).ThrowOnFailure(); 1025 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT> SetFilter_27; 1159 unsafe new winmdroot.Foundation.HRESULT SetFilter(winmdroot.UI.Shell.IShellItemFilter* pFilter);
Windows.Win32.IShellItemFilter.g.cs (19)
26 :IVTable<IShellItemFilter,IShellItemFilter.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IShellItemFilter*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IShellItemFilter*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IShellItemFilter*,uint>)lpVtbl[1])((IShellItemFilter*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IShellItemFilter*,uint>)lpVtbl[2])((IShellItemFilter*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT IncludeItem(IShellItemFilter* pThis, winmdroot.UI.Shell.IShellItem* psi) 86 ((delegate *unmanaged [Stdcall]<IShellItemFilter*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellItemFilter*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 101 private static winmdroot.Foundation.HRESULT GetEnumFlagsForItem(IShellItemFilter* pThis, winmdroot.UI.Shell.IShellItem* psi, uint* pgrfFlags) 135 ((delegate *unmanaged [Stdcall]<IShellItemFilter*,winmdroot.UI.Shell.IShellItem* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IShellItemFilter*)Unsafe.AsPointer(ref this), psi, pgrfFlags).ThrowOnFailure(); 159 internal delegate *unmanaged [Stdcall]<IShellItemFilter*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 161 internal delegate *unmanaged [Stdcall]<IShellItemFilter*,uint> AddRef_2; 163 internal delegate *unmanaged [Stdcall]<IShellItemFilter*,uint> Release_3; 165 internal delegate *unmanaged [Stdcall]<IShellItemFilter*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT> IncludeItem_4; 167 internal delegate *unmanaged [Stdcall]<IShellItemFilter*,winmdroot.UI.Shell.IShellItem* ,uint* ,winmdroot.Foundation.HRESULT> GetEnumFlagsForItem_5;
Windows.Win32.UI_Shell_IShellItemFilter_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.UI.Shell.IShellItemFilter.Interface.GetEnumFlagsForItem(winmdroot.UI.Shell.IShellItem*, uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetEnumFlagsForItem(this winmdroot.UI.Shell.IShellItemFilter.Interface @this, winmdroot.UI.Shell.IShellItem* psi, out uint pgrfFlags)