1 write to _FromVectorView
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
367
_FromVectorView
= new FromAbiHelper(this);
3 references to _FromVectorView
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (3)
433
public int Count =>
_FromVectorView
.Count;
435
public T this[int index] =>
_FromVectorView
[index];
437
public global::System.Collections.Generic.IEnumerator<T> GetEnumerator() =>
_FromVectorView
.GetEnumerator();