3 references to FontSource
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
47return 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);