2 writes to _fontSource
PresentationCore (2)
System\Windows\Media\GlyphTypeface.cs (2)
108
_fontSource
= new FontSource(typefaceSource, true);
162
_fontSource
= new FontSource(fontSourceUri, true);
1 reference to _fontSource
PresentationCore (1)
System\Windows\Media\GlyphTypeface.cs (1)
1550
return
_fontSource
;