1 write to _isWindowsFonts
PresentationCore (1)
MS\Internal\FontCache\FontSourceCollection.cs (1)
65_isWindowsFonts = isWindowsFonts;
6 references to _isWindowsFonts
PresentationCore (6)
MS\Internal\FontCache\FontSourceCollection.cs (6)
91if (_isWindowsFonts) 129if (_isWindowsFonts) 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));