7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
58
if (
List
== null)
333
if (
List
== null)
475
if ((
List
== null) && (CollectionView == null))
589
if ((
List
!= null) && (FilterCallback == null))
591
value =
List
.IndexOf(item);
622
if (
List
!= null)
624
value =
List
[index];