1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
494
AbiToProjectionVftable = new
Vftbl
7 references to Vftbl
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (7)
490
private static readonly
Vftbl
AbiToProjectionVftable;
499
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(
Vftbl
), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
524
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
527
protected readonly ObjectReference<
Vftbl
> _obj;
532
public ILanguageExtensionSubtags(IObjectReference obj) : this(obj.As<
Vftbl
>()) {}
533
public ILanguageExtensionSubtags(ObjectReference<
Vftbl
> obj)