1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
610
AbiToProjectionVftable = new
Vftbl
8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
165
public _IUnicodeCharactersStatics() : base((new BaseActivationFactory("Windows.Data.Text", "Windows.Data.Text.UnicodeCharacters"))._As<ABI.Windows.Data.Text.IUnicodeCharactersStatics.
Vftbl
>()) { }
606
private static readonly
Vftbl
AbiToProjectionVftable;
631
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(
Vftbl
), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 17);
963
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
966
protected readonly ObjectReference<
Vftbl
> _obj;
971
public IUnicodeCharactersStatics(IObjectReference obj) : this(obj.As<
Vftbl
>()) {}
972
public IUnicodeCharactersStatics(ObjectReference<
Vftbl
> obj)