1 instantiation of Vftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1294
AbiToProjectionVftable = new
Vftbl
8 references to Vftbl
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (8)
1290
private static readonly
Vftbl
AbiToProjectionVftable;
1302
var nativeVftbl = (IntPtr*)ComWrappersSupport.AllocateVtableMemory(typeof(
Vftbl
), Marshal.SizeOf<global::WinRT.IInspectable.Vftbl>() + sizeof(IntPtr) * 4);
1381
public static ObjectReference<
Vftbl
> FromAbi(IntPtr thisPtr) => ObjectReference<
Vftbl
>.FromAbi(thisPtr);
1384
protected readonly ObjectReference<
Vftbl
> _obj;
1389
public IWordsSegmenter(IObjectReference obj) : this(obj.As<
Vftbl
>()) {}
1390
public IWordsSegmenter(ObjectReference<
Vftbl
> obj)
1663
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordsSegmenter obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<IWordsSegmenter.
Vftbl
>();