2 writes to _family
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (2)
40
_family
= family;
48
_family
= null;
11 references to _family
PresentationCore (11)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (11)
108
Debug.Assert((
_family
!= null && _familyTypefaceCollection == null)|| (_familyTypefaceCollection != null &&
_family
== null));
109
if (
_family
!= null)
111
return checked((int)
_family
.Count);
159
Debug.Assert((typefaceCollection.
_family
!= null && typefaceCollection._familyTypefaceCollection == null)
160
|| (typefaceCollection._familyTypefaceCollection != null && typefaceCollection.
_family
== null));
161
if (typefaceCollection.
_family
!= null)
163
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)typefaceCollection.
_family
).GetEnumerator();
184
if (_typefaceCollection.
_family
!= null)
229
if (_typefaceCollection.
_family
!= null)
231
_familyEnumerator = ((IEnumerable<Text.TextInterface.Font>)_typefaceCollection.
_family
).GetEnumerator();