7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
57
if (
List
== null)
332
if (
List
== null)
474
if ((
List
== null) && (CollectionView == null))
588
if ((
List
!= null) && (FilterCallback == null))
590
value =
List
.IndexOf(item);
621
if (
List
!= null)
623
value =
List
[index];