9 references to ViewList
PresentationFramework (9)
System\Windows\Data\CollectionContainer.cs (9)
139if (ViewList != null) 140return ViewList.Count; 162if (ViewList != null) 164IndexedEnumerable le = ViewList as IndexedEnumerable; 168return (ViewList.Count == 0); 196if (ViewList != null) 197return ViewList[index]; 214if (ViewList != null) 215return ViewList.IndexOf(item);