MS\Internal\FontCache\FontSourceCollection.cs (5)
77_fontSources.Add(new FontSource(_uri, false, isComposite));
190fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), _isWindowsFonts, true));
199fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute), _isWindowsFonts, isComposite));
223fontSources.Add(new FontSource(_uri, _isWindowsFonts, isComposite));
228fontSources.Add(new FontSource(new Uri(_uri, resourceName), _isWindowsFonts, isComposite));