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