9 instantiations of FontSource
PresentationCore (9)
MS\Internal\FontCache\FamilyCollection.cs (1)
238FontSource fontSource = new FontSource(new Uri(Path.Combine(FamilyCollection.SxSFontsResourcePrefix, _systemCompositeFontsFileNames[index] + Util.CompositeFontExtension), UriKind.RelativeOrAbsolute),
MS\Internal\FontCache\FontSource.cs (1)
27return new FontSource(new Uri(uriString));
MS\Internal\FontCache\FontSourceCollection.cs (5)
56_fontSources.Add(new FontSource(_uri, isComposite)); 112fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), true)); 121fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), isComposite)); 145fontSources.Add(new FontSource(_uri, isComposite)); 150fontSources.Add(new FontSource(new Uri(_uri, resourceName), isComposite));
System\Windows\Media\GlyphTypeface.cs (2)
99_fontSource = new FontSource(typefaceSource); 152_fontSource = new FontSource(fontSourceUri);
5 references to FontSource
PresentationCore (5)
MS\Internal\FontCache\FamilyCollection.cs (2)
51foreach (FontSource fontSource in fontSourceCollection) 238FontSource fontSource = new FontSource(new Uri(Path.Combine(FamilyCollection.SxSFontsResourcePrefix, _systemCompositeFontsFileNames[index] + Util.CompositeFontExtension), UriKind.RelativeOrAbsolute),
MS\Internal\FontCache\FontCacheUtil.cs (1)
764internal static Exception ConvertInPageException(FontSource fontSource, SEHException e)
System\Windows\Media\GlyphTypeface.cs (2)
1535internal FontSource FontSource 1971private FontSource _fontSource;