6 references to FontSource
PresentationCore (6)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
358FontSource fontSource = new FontSource(new Uri(FamilyCollection.SxSFontsLocation + _systemCompositeFontsFileNames[index] + Util.CompositeFontExtension, UriKind.Absolute),
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (5)
105_fontSources.Add(new FontSource(_uri, false, isComposite)); 256fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), _isWindowsFonts, true)); 265fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), _isWindowsFonts, isComposite)); 289fontSources.Add(new FontSource(_uri, _isWindowsFonts, isComposite)); 294fontSources.Add(new FontSource(new Uri(_uri, resourceName), _isWindowsFonts, isComposite));