1 write to _isWindowsFonts
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
93_isWindowsFonts = isWindowsFonts;
7 references to _isWindowsFonts
PresentationCore (7)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (7)
124if (_isWindowsFonts) 170if (_isWindowsFonts) 228if (_isWindowsFonts) 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));