15 references to CAUUID
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2943CAUUID uuids = default; 3013CAUUID uuids = default;
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
31CAUUID uuids = default; 89CAUUID uuids = default;
System.Windows.Forms.Primitives (11)
Windows.Win32.ISpecifyPropertyPages.g.cs (8)
55 /// <inheritdoc cref="GetPages(winmdroot.System.Ole.CAUUID*)"/> 56 internal unsafe winmdroot.Foundation.HRESULT GetPages(out winmdroot.System.Ole.CAUUID pPages) 58 fixed (winmdroot.System.Ole.CAUUID* pPagesLocal = &pPages) 68 private static winmdroot.Foundation.HRESULT GetPages(ISpecifyPropertyPages* pThis, winmdroot.System.Ole.CAUUID* pPages) 95 public unsafe winmdroot.Foundation.HRESULT GetPages(winmdroot.System.Ole.CAUUID* pPages) 97 return ((delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISpecifyPropertyPages*)Unsafe.AsPointer(ref this), pPages); 127 internal delegate *unmanaged [Stdcall]<ISpecifyPropertyPages*,winmdroot.System.Ole.CAUUID* ,winmdroot.Foundation.HRESULT> GetPages_4; 154 unsafe winmdroot.Foundation.HRESULT GetPages(winmdroot.System.Ole.CAUUID* pPages);
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)