7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
63
if (
List
== null)
344
if (
List
== null)
489
if ((
List
== null) && (CollectionView == null))
603
if ((
List
!= null) && (FilterCallback == null))
605
value =
List
.IndexOf(item);
636
if (
List
!= null)
638
value =
List
[index];