2 writes to _innerList
PresentationCore (2)
System\Windows\Media\FamilyTypefaceCollection.cs (2)
23
_innerList
= null;
33
_innerList
= innerList;
4 references to _innerList
PresentationCore (4)
System\Windows\Media\FamilyTypefaceCollection.cs (4)
132
get { return
_innerList
!= null; }
272
if (
_innerList
!= null && _items == null)
279
foreach (Typeface face in
_innerList
)
349
if (
_innerList
!= null)