2 instantiations of Vftbl
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
441
AbiToProjectionVftable = new
Vftbl
552
var vftblT = new
Vftbl
(thisPtr);
11 references to Vftbl
PresentationFramework (11)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (11)
195
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<
Vftbl
>(GuidGenerator.GetIID(typeof(IEnumerator<T>)));
437
private static readonly
Vftbl
AbiToProjectionVftable;
444
get_Current_0 = global::System.Delegate.CreateDelegate(get_Current_0_Type, typeof(
Vftbl
).GetMethod("Do_Abi_get_Current_0", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.AbiType)),
546
public static ObjectReference<
Vftbl
> ObjRefFromAbi(IntPtr thisPtr)
552
var
vftblT = new Vftbl(thisPtr);
553
return ObjectReference<
Vftbl
>.FromAbi(thisPtr, vftblT.IInspectableVftbl.IUnknownVftbl, vftblT);
555
public static Guid PIID =
Vftbl
.PIID;
558
public static implicit operator IEnumerator<T>(ObjectReference<
Vftbl
> obj) => (obj != null) ? new IEnumerator<T>(obj) : null;
559
protected readonly ObjectReference<
Vftbl
> _obj;
567
public IEnumerator(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
568
public IEnumerator(ObjectReference<
Vftbl
> obj)