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