9 references to ViewList
PresentationFramework (9)
System\Windows\Data\CollectionContainer.cs (9)
142if (ViewList != null) 143return ViewList.Count; 165if (ViewList != null) 167IndexedEnumerable le = ViewList as IndexedEnumerable; 171return (ViewList.Count == 0); 199if (ViewList != null) 200return ViewList[index]; 217if (ViewList != null) 218return ViewList.IndexOf(item);