7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
58
if (
List
== null)
336
if (
List
== null)
481
if ((
List
== null) && (CollectionView == null))
595
if ((
List
!= null) && (FilterCallback == null))
597
value =
List
.IndexOf(item);
628
if (
List
!= null)
630
value =
List
[index];