1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
774
AbiToProjectionVftable = new
Vftbl
8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (8)
133
public _ILanguageStatics2() : base((new BaseActivationFactory("Windows.Globalization", "Windows.Globalization.Language"))._As<ABI.Windows.Globalization.ILanguageStatics2.
Vftbl
>()) { }
770
private static readonly
Vftbl
AbiToProjectionVftable;
779
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(
Vftbl
), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
804
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
807
protected readonly ObjectReference<
Vftbl
> _obj;
812
public ILanguageStatics2(IObjectReference obj) : this(obj.As<
Vftbl
>()) {}
813
public ILanguageStatics2(ObjectReference<
Vftbl
> obj)