15 references to CAUUID
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2940CAUUID uuids = default; 3010CAUUID uuids = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
31CAUUID uuids = default; 89CAUUID uuids = default;
System.Windows.Forms.Primitives (11)
_generated\246\Windows.Win32.ISpecifyPropertyPages.g.cs (8)
57 /// <inheritdoc cref="GetPages(winmdroot.System.Ole.CAUUID*)"/> 59 internal unsafe winmdroot.Foundation.HRESULT GetPages(out winmdroot.System.Ole.CAUUID pPages) 61 fixed (winmdroot.System.Ole.CAUUID* pPagesLocal = &pPages) 71 private static winmdroot.Foundation.HRESULT GetPages(ISpecifyPropertyPages* pThis, winmdroot.System.Ole.CAUUID* pPages) 98 public unsafe winmdroot.Foundation.HRESULT GetPages(winmdroot.System.Ole.CAUUID* pPages) 100 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this), pPages); 132 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT> GetPages_4; 159 unsafe winmdroot.Foundation.HRESULT GetPages(winmdroot.System.Ole.CAUUID* pPages);
_generated\519\Windows.Win32.System_Ole_ISpecifyPropertyPages_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.System.Ole.ISpecifyPropertyPages.Interface.GetPages(winmdroot.System.Ole.CAUUID*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetPages(this winmdroot.System.Ole.ISpecifyPropertyPages.Interface @this, out winmdroot.System.Ole.CAUUID pPages) 26 fixed (winmdroot.System.Ole.CAUUID* pPagesLocal = &pPages)