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