9 instantiations of FontSource
PresentationCore (9)
MS\Internal\FontCache\FamilyCollection.cs (1)
242FontSource fontSource = new FontSource(new Uri(Path.Combine(FamilyCollection.SxSFontsResourcePrefix, _systemCompositeFontsFileNames[index] + Util.CompositeFontExtension), UriKind.RelativeOrAbsolute),
MS\Internal\FontCache\FontSource.cs (1)
28return new FontSource(new Uri(uriString));
MS\Internal\FontCache\FontSourceCollection.cs (5)
57_fontSources.Add(new FontSource(_uri, isComposite)); 113fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), true)); 122fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), isComposite)); 146fontSources.Add(new FontSource(_uri, isComposite)); 151fontSources.Add(new FontSource(new Uri(_uri, resourceName), isComposite));
System\Windows\Media\GlyphTypeface.cs (2)
100_fontSource = new FontSource(typefaceSource); 153_fontSource = new FontSource(fontSourceUri);
5 references to FontSource
PresentationCore (5)
MS\Internal\FontCache\FamilyCollection.cs (2)
55foreach (FontSource fontSource in fontSourceCollection) 242FontSource fontSource = new FontSource(new Uri(Path.Combine(FamilyCollection.SxSFontsResourcePrefix, _systemCompositeFontsFileNames[index] + Util.CompositeFontExtension), UriKind.RelativeOrAbsolute),
MS\Internal\FontCache\FontCacheUtil.cs (1)
768internal static Exception ConvertInPageException(FontSource fontSource, SEHException e)
System\Windows\Media\GlyphTypeface.cs (2)
1536internal FontSource FontSource 1972private FontSource _fontSource;