6 references to _InternalList
PresentationFramework (6)
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (6)
56
return
_InternalList
.GetEnumerator();
73
int count =
_InternalList
.Count;
75
_InternalList
.Add(item);
85
_InternalList
.CopyTo(array, arrayIndex);
99
return
_InternalList
.Count;
110
return
_InternalList
[index];