26 references to TLIBATTR
System.Private.Windows.Core (22)
_generated\164\Windows.Win32.ITypeLib.g.cs (16)
209 /// <inheritdoc cref="GetLibAttr(winmdroot.System.Com.TLIBATTR**)"/> 211 internal unsafe winmdroot.Foundation.HRESULT GetLibAttr(out winmdroot.System.Com.TLIBATTR* ppTLibAttr) 213 fixed (winmdroot.System.Com.TLIBATTR** ppTLibAttrLocal = &ppTLibAttr) 223 private static winmdroot.Foundation.HRESULT GetLibAttr(ITypeLib* pThis, winmdroot.System.Com.TLIBATTR** ppTLibAttr) 247 public unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.TLIBATTR** ppTLibAttr) 249 return ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITypeLib*)Unsafe.AsPointer(ref this), ppTLibAttr); 466 /// <inheritdoc cref="ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR*)"/> 468 internal unsafe void ReleaseTLibAttr(in winmdroot.System.Com.TLIBATTR pTLibAttr) 470 fixed (winmdroot.System.Com.TLIBATTR* pTLibAttrLocal = &pTLibAttr) 479 private static void ReleaseTLibAttr(ITypeLib* pThis, winmdroot.System.Com.TLIBATTR* pTLibAttr) 499 public unsafe void ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR* pTLibAttr) 501 ((delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR* ,void>)lpVtbl[12])((ITypeLib*)Unsafe.AsPointer(ref this), pTLibAttr); 541 internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR** ,winmdroot.Foundation.HRESULT> GetLibAttr_8; 551 internal delegate *unmanaged [Stdcall]<ITypeLib*,winmdroot.System.Com.TLIBATTR* ,void> ReleaseTLibAttr_13; 598 unsafe winmdroot.Foundation.HRESULT GetLibAttr(winmdroot.System.Com.TLIBATTR** ppTLibAttr); 613 unsafe void ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR* pTLibAttr);
_generated\247\Windows.Win32.System_Com_ITypeLib_Extensions.g.cs (6)
43 /// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.GetLibAttr(winmdroot.System.Com.TLIBATTR**)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT GetLibAttr(this winmdroot.System.Com.ITypeLib.Interface @this, out winmdroot.System.Com.TLIBATTR* ppTLibAttr) 46 fixed (winmdroot.System.Com.TLIBATTR** ppTLibAttrLocal = &ppTLibAttr) 117 /// <inheritdoc cref="winmdroot.System.Com.ITypeLib.Interface.ReleaseTLibAttr(winmdroot.System.Com.TLIBATTR*)"/> 118 internal static unsafe void ReleaseTLibAttr(this winmdroot.System.Com.ITypeLib.Interface @this, in winmdroot.System.Com.TLIBATTR pTLibAttr) 120 fixed (winmdroot.System.Com.TLIBATTR* pTLibAttrLocal = &pTLibAttr)
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DocumentDesigner.AxToolboxItem.cs (4)
71TLIBATTR tlibAttr = GetTypeLibAttr(); 245private unsafe TLIBATTR GetTypeLibAttr() 315if (pTLB->GetLibAttr(out TLIBATTR* pTlibAttr).Failed) 322TLIBATTR typeLibraryAttributes = *pTlibAttr;