9 references to ViewList
PresentationFramework (9)
System\Windows\Data\CollectionContainer.cs (9)
138if (ViewList != null) 139return ViewList.Count; 161if (ViewList != null) 163IndexedEnumerable le = ViewList as IndexedEnumerable; 167return (ViewList.Count == 0); 195if (ViewList != null) 196return ViewList[index]; 213if (ViewList != null) 214return ViewList.IndexOf(item);