1 instantiation of IDelegateVftbl
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1572
AbiToProjectionVftable = new global::WinRT.Interop.
IDelegateVftbl
6 references to IDelegateVftbl
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (6)
1566
private static readonly global::WinRT.Interop.
IDelegateVftbl
AbiToProjectionVftable;
1577
var nativeVftbl = ComWrappersSupport.AllocateVtableMemory(typeof(WordSegmentsTokenizingHandler), Marshal.SizeOf<global::WinRT.Interop.
IDelegateVftbl
>());
1585
managedDelegate is null ? null : ComWrappersSupport.CreateCCWForObject(managedDelegate).As<global::WinRT.Interop.
IDelegateVftbl
>(GuidGenerator.GetIID(typeof(WordSegmentsTokenizingHandler)));
1591
var abiDelegate = ObjectReference<
IDelegateVftbl
>.FromAbi(nativeDelegate);
1598
private readonly ObjectReference<global::WinRT.Interop.
IDelegateVftbl
> _nativeDelegate;
1600
public NativeDelegateWrapper(ObjectReference<global::WinRT.Interop.
IDelegateVftbl
> nativeDelegate)