9 references to ViewList
PresentationFramework (9)
System\Windows\Data\CollectionContainer.cs (9)
150if (ViewList != null) 151return ViewList.Count; 173if (ViewList != null) 175IndexedEnumerable le = ViewList as IndexedEnumerable; 179return (ViewList.Count == 0); 207if (ViewList != null) 208return ViewList[index]; 225if (ViewList != null) 226return ViewList.IndexOf(item);