6 references to _InternalList
PresentationFramework (6)
System\Windows\Documents\DocumentReferenceCollection.cs (6)
46
return
_InternalList
.GetEnumerator();
63
int count =
_InternalList
.Count;
65
_InternalList
.Add(item);
75
_InternalList
.CopyTo(array, arrayIndex);
89
return
_InternalList
.Count;
100
return
_InternalList
[index];