2 writes to _innerList
PresentationCore (2)
System\Windows\Media\FamilyTypefaceCollection.cs (2)
37
_innerList
= null;
47
_innerList
= innerList;
4 references to _innerList
PresentationCore (4)
System\Windows\Media\FamilyTypefaceCollection.cs (4)
146
get { return
_innerList
!= null; }
286
if (
_innerList
!= null && _items == null)
293
foreach (Typeface face in
_innerList
)
363
if (
_innerList
!= null)