2 writes to _innerList
PresentationCore (2)
System\Windows\Media\FamilyTypefaceCollection.cs (2)
24
_innerList
= null;
34
_innerList
= innerList;
4 references to _innerList
PresentationCore (4)
System\Windows\Media\FamilyTypefaceCollection.cs (4)
133
get { return
_innerList
!= null; }
273
if (
_innerList
!= null && _items == null)
280
foreach (Typeface face in
_innerList
)
350
if (
_innerList
!= null)