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)
427
public int Count =>
_FromVectorView
.Count;
429
public T this[int index] =>
_FromVectorView
[index];
431
public global::System.Collections.Generic.IEnumerator<T> GetEnumerator() =>
_FromVectorView
.GetEnumerator();