3 instantiations of IInspectable
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
109
IInspectable inspectable = new
IInspectable
(inspectableRef);
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (2)
88
new
IInspectable
(ObjectReference<Vftbl>.FromAbi(thisPtr));
93
public 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)
73
if (IsOverridableInterface(iid) || typeof(global::WinRT.
IInspectable
).GUID == iid)
291
if (IsOverridableInterface(iid) || typeof(global::WinRT.
IInspectable
).GUID == iid)
398
if (IsOverridableInterface(iid) || typeof(global::WinRT.
IInspectable
).GUID == iid)
442
public
IInspectable
.Vftbl IInspectableVftbl;
453
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
458
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 3);
586
public
IInspectable
.Vftbl IInspectableVftbl;
611
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
630
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 17);
1126
public
IInspectable
.Vftbl IInspectableVftbl;
1137
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
1142
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 3);
1276
public
IInspectable
.Vftbl IInspectableVftbl;
1288
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
1294
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 4);
1470
public
IInspectable
.Vftbl IInspectableVftbl;
1479
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
1482
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 1);
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (19)
178
if (IsOverridableInterface(iid) || typeof(global::WinRT.
IInspectable
).GUID == iid)
215
public
IInspectable
.Vftbl IInspectableVftbl;
227
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
233
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 4);
405
public
IInspectable
.Vftbl IInspectableVftbl;
414
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
417
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 1);
479
public
IInspectable
.Vftbl IInspectableVftbl;
488
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
491
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 1);
560
public
IInspectable
.Vftbl IInspectableVftbl;
569
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
572
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 1);
641
public
IInspectable
.Vftbl IInspectableVftbl;
651
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
655
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 2);
759
public
IInspectable
.Vftbl IInspectableVftbl;
768
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
771
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 1);
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (2)
19
private static readonly ConcurrentDictionary<string, Func<
IInspectable
, object>> TypedObjectFactoryCache = new ConcurrentDictionary<string, Func<
IInspectable
, object>>();
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (4)
86
IID = typeof(
IInspectable
).GUID,
87
Vtable =
IInspectable
.Vftbl.AbiToProjectionVftablePtr
107
if (objRef.TryAs<
IInspectable
.Vftbl>(out var inspectableRef) == 0)
109
IInspectable
inspectable = new IInspectable(inspectableRef);
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (3)
87
public static
IInspectable
FromAbi(IntPtr thisPtr) =>
92
public static implicit operator
IInspectable
(IObjectReference obj) => obj.As<Vftbl>();
93
public static implicit operator
IInspectable
(ObjectReference<Vftbl> obj) => new IInspectable(obj);
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
912
return objRef.As<
IInspectable
.Vftbl>();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (2)
201
if(objectReference.TryAs<
IInspectable
.Vftbl>(out var inspectablePtr) == 0)
206
IInspectable
inspectable = inspectablePtr;
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (8)
96
internal
IInspectable
.Vftbl IInspectableVftbl;
104
IInspectableVftbl = Marshal.PtrToStructure<
IInspectable
.Vftbl>(vftblPtr.Vftbl);
114
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
117
var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 1);
418
internal
IInspectable
.Vftbl IInspectableVftbl;
430
IInspectableVftbl = Marshal.PtrToStructure<
IInspectable
.Vftbl>(vftblPtr.Vftbl);
443
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
449
var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 4);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (4)
207
internal
IInspectable
.Vftbl IInspectableVftbl;
220
IInspectableVftbl = Marshal.PtrToStructure<
IInspectable
.Vftbl>(vftblPtr.Vftbl);
233
IInspectableVftbl = global::WinRT.
IInspectable
.Vftbl.AbiToProjectionVftable,
239
var nativeVftbl = (IntPtr*)Marshal.AllocCoTaskMem(Marshal.SizeOf<global::WinRT.
IInspectable
.Vftbl>() + sizeof(IntPtr) * 4);
MS\Internal\WindowsRuntime\Generated\WinRT_Interop.cs (1)
16
public
IInspectable
.Vftbl IInspectableVftbl;