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)
124
if (
_isWindowsFonts
)
170
if (
_isWindowsFonts
)
228
if (
_isWindowsFonts
)
256
fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute),
_isWindowsFonts
, true));
265
fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute),
_isWindowsFonts
, isComposite));
289
fontSources.Add(new FontSource(_uri,
_isWindowsFonts
, isComposite));
294
fontSources.Add(new FontSource(new Uri(_uri, resourceName),
_isWindowsFonts
, isComposite));