1 write to _internalList
PresentationFramework (1)
System\Windows\Documents\DocumentReferenceCollection.cs (1)
146
_internalList
= new List<DocumentReference>();
2 references to _internalList
PresentationFramework (2)
System\Windows\Documents\DocumentReferenceCollection.cs (2)
144
if (
_internalList
== null)
148
return
_internalList
;