1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
567
AbiToProjectionVftable = new
Vftbl
8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (8)
75
public _ILanguageFactory() : base(ActivationFactory<Language>.As<ABI.Windows.Globalization.ILanguageFactory.
Vftbl
>()) { }
563
private static readonly
Vftbl
AbiToProjectionVftable;
572
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(
Vftbl
), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1);
597
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
600
protected readonly ObjectReference<
Vftbl
> _obj;
605
public ILanguageFactory(IObjectReference obj) : this(obj.As<
Vftbl
>()) {}
606
public ILanguageFactory(ObjectReference<
Vftbl
> obj)