6 references to _InternalList
PresentationFramework (6)
System\Windows\Documents\DocumentReferenceCollection.cs (6)
51
return
_InternalList
.GetEnumerator();
68
int count =
_InternalList
.Count;
70
_InternalList
.Add(item);
80
_InternalList
.CopyTo(array, arrayIndex);
94
return
_InternalList
.Count;
105
return
_InternalList
[index];