2 writes to _firstFontFamily
PresentationCore (2)
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
117
_firstFontFamily
= new CompositeFontFamily();
371
_firstFontFamily
= family;
4 references to _firstFontFamily
PresentationCore (4)
Core\CSharp\System\Windows\Media\FontFamily.cs (4)
326
CompositeFontFamily mutableFamily =
_firstFontFamily
as CompositeFontFamily;
344
IFontFamily family =
_firstFontFamily
;
482
Invariant.Assert(
_firstFontFamily
!= null, "Unnamed FontFamily should have a non-null first font family");
483
return
_firstFontFamily
;