6 references to _InternalList
PresentationFramework (6)
System\Windows\Documents\DocumentReferenceCollection.cs (6)
47
return
_InternalList
.GetEnumerator();
64
int count =
_InternalList
.Count;
66
_InternalList
.Add(item);
76
_InternalList
.CopyTo(array, arrayIndex);
90
return
_InternalList
.Count;
101
return
_InternalList
[index];