3 references to FontSource
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
47
return new
FontSource
(new Uri(uriString), false);
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (2)
123
_fontSource = new
FontSource
(typefaceSource, true);
199
_fontSource = new
FontSource
(fontSourceUri, true);