5 references to FontSource
PresentationCore (5)
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));