3 instantiations of IInspectable
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
109IInspectable inspectable = new IInspectable(inspectableRef);
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (2)
88new IInspectable(ObjectReference<Vftbl>.FromAbi(thisPtr)); 93public static implicit operator IInspectable(ObjectReference<Vftbl> obj) => new IInspectable(obj);
62 references to IInspectable
PresentationFramework (62)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (18)
74if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid) 292if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid) 399if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid) 443public IInspectable.Vftbl IInspectableVftbl; 454IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 459var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 3); 587public IInspectable.Vftbl IInspectableVftbl; 612IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 631var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 17); 1127public IInspectable.Vftbl IInspectableVftbl; 1138IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1143var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 3); 1277public IInspectable.Vftbl IInspectableVftbl; 1289IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1295var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4); 1471public IInspectable.Vftbl IInspectableVftbl; 1480IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 1483var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (19)
179if (IsOverridableInterface(iid) || typeof(global::WinRT.IInspectable).GUID == iid) 216public IInspectable.Vftbl IInspectableVftbl; 228IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 234var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4); 406public IInspectable.Vftbl IInspectableVftbl; 415IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 418var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 480public IInspectable.Vftbl IInspectableVftbl; 489IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 492var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 561public IInspectable.Vftbl IInspectableVftbl; 570IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 573var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 642public IInspectable.Vftbl IInspectableVftbl; 652IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 656var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 2); 760public IInspectable.Vftbl IInspectableVftbl; 769IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 772var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (2)
19private readonly static ConcurrentDictionary<string, Func<IInspectable, object>> TypedObjectFactoryCache = new ConcurrentDictionary<string, Func<IInspectable, object>>();
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (4)
86IID = typeof(IInspectable).GUID, 87Vtable = IInspectable.Vftbl.AbiToProjectionVftablePtr 107if (objRef.TryAs<IInspectable.Vftbl>(out var inspectableRef) == 0) 109IInspectable inspectable = new IInspectable(inspectableRef);
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (3)
87public static IInspectable FromAbi(IntPtr thisPtr) => 92public static implicit operator IInspectable(IObjectReference obj) => obj.As<Vftbl>(); 93public static implicit operator IInspectable(ObjectReference<Vftbl> obj) => new IInspectable(obj);
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
915return objRef.As<IInspectable.Vftbl>();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (2)
201if(objectReference.TryAs<IInspectable.Vftbl>(out var inspectablePtr) == 0) 206IInspectable inspectable = inspectablePtr;
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (8)
96internal IInspectable.Vftbl IInspectableVftbl; 104IInspectableVftbl = Marshal.PtrToStructure<IInspectable.Vftbl>(vftblPtr.Vftbl); 114IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 117var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 417internal IInspectable.Vftbl IInspectableVftbl; 429IInspectableVftbl = Marshal.PtrToStructure<IInspectable.Vftbl>(vftblPtr.Vftbl); 442IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 448var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (4)
207internal IInspectable.Vftbl IInspectableVftbl; 220IInspectableVftbl = Marshal.PtrToStructure<IInspectable.Vftbl>(vftblPtr.Vftbl); 233IInspectableVftbl = global::WinRT.IInspectable.Vftbl.AbiToProjectionVftable, 239var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4);
MS\Internal\WindowsRuntime\Generated\WinRT_Interop.cs (1)
16public IInspectable.Vftbl IInspectableVftbl;