1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
413AbiToProjectionVftable = new Vftbl
7 references to Vftbl
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (7)
409private static readonly Vftbl AbiToProjectionVftable; 418var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(Vftbl), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 1); 443public static ObjectReference<Vftbl> FromAbi(IntPtr thisPtr) => ObjectReference<Vftbl>.FromAbi(thisPtr); 446protected readonly ObjectReference<Vftbl> _obj; 451public ILanguage2(IObjectReference obj) : this(obj.As<Vftbl>()) {} 452public ILanguage2(ObjectReference<Vftbl> obj)