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