3 references to FontSource
PresentationCore (3)
MS\Internal\FontCache\FontSource.cs (1)
42
return new
FontSource
(new Uri(uriString), false);
System\Windows\Media\GlyphTypeface.cs (2)
108
_fontSource = new
FontSource
(typefaceSource, true);
162
_fontSource = new
FontSource
(fontSourceUri, true);