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