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