1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
657AbiToProjectionVftable = new Vftbl
8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (8)
122public _ILanguageStatics() : base((new BaseActivationFactory("Windows.Globalization", "Windows.Globalization.Language"))._As<ABI.Windows.Globalization.ILanguageStatics.Vftbl>()) { } 653private static readonly Vftbl AbiToProjectionVftable; 663var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 2); 707public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.FromAbi(thisPtr); 710protected readonly ObjectReference<Vftbl> _obj; 715public ILanguageStatics(IObjectReference obj) : this(obj.As<Vftbl>()) {} 716public ILanguageStatics(ObjectReference<Vftbl> obj)