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