2 writes to _family
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
22
_family
= family;
30
_family
= null;
11 references to _family
PresentationCore (11)
MS\Internal\FontFace\TypefaceCollection.cs (11)
81
Debug.Assert((
_family
!= null && _familyTypefaceCollection == null)|| (_familyTypefaceCollection != null &&
_family
== null));
82
if (
_family
!= null)
84
return checked((int)
_family
.Count);
132
Debug.Assert((typefaceCollection.
_family
!= null && typefaceCollection._familyTypefaceCollection == null)
133
|| (typefaceCollection._familyTypefaceCollection != null && typefaceCollection.
_family
== null));
134
if (typefaceCollection.
_family
!= null)
136
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)typefaceCollection.
_family
).GetEnumerator();
152
if (_typefaceCollection.
_family
!= null)
197
if (_typefaceCollection.
_family
!= null)
199
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)_typefaceCollection.
_family
).GetEnumerator();