2 writes to _family
PresentationCore (2)
MS\Internal\FontFace\TypefaceCollection.cs (2)
23
_family
= family;
31
_family
= null;
11 references to _family
PresentationCore (11)
MS\Internal\FontFace\TypefaceCollection.cs (11)
82
Debug.Assert((
_family
!= null && _familyTypefaceCollection == null)|| (_familyTypefaceCollection != null &&
_family
== null));
83
if (
_family
!= null)
85
return checked((int)
_family
.Count);
133
Debug.Assert((typefaceCollection.
_family
!= null && typefaceCollection._familyTypefaceCollection == null)
134
|| (typefaceCollection._familyTypefaceCollection != null && typefaceCollection.
_family
== null));
135
if (typefaceCollection.
_family
!= null)
137
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)typefaceCollection.
_family
).GetEnumerator();
153
if (_typefaceCollection.
_family
!= null)
198
if (_typefaceCollection.
_family
!= null)
200
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)_typefaceCollection.
_family
).GetEnumerator();