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