3 references to FontSource
PresentationCore (3)
MS\Internal\FontCache\FontSource.cs (1)
28
return new
FontSource
(new Uri(uriString));
System\Windows\Media\GlyphTypeface.cs (2)
100
_fontSource = new
FontSource
(typefaceSource);
153
_fontSource = new
FontSource
(fontSourceUri);