2 instantiations of Vftbl
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
446
AbiToProjectionVftable = new
Vftbl
557
var vftblT = new
Vftbl
(thisPtr);
11 references to Vftbl
PresentationFramework (11)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (11)
200
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<
Vftbl
>(GuidGenerator.GetIID(typeof(IEnumerator<T>)));
442
private static readonly
Vftbl
AbiToProjectionVftable;
449
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)),
551
public static ObjectReference<
Vftbl
> ObjRefFromAbi(IntPtr thisPtr)
557
var
vftblT = new Vftbl(thisPtr);
558
return ObjectReference<
Vftbl
>.FromAbi(thisPtr, vftblT.IInspectableVftbl.IUnknownVftbl, vftblT);
560
public static Guid PIID =
Vftbl
.PIID;
563
public static implicit operator IEnumerator<T>(ObjectReference<
Vftbl
> obj) => (obj != null) ? new IEnumerator<T>(obj) : null;
564
protected readonly ObjectReference<
Vftbl
> _obj;
572
public IEnumerator(IObjectReference obj) : this(obj.As<
Vftbl
>()) { }
573
public IEnumerator(ObjectReference<
Vftbl
> obj)