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)
91
if (
_isWindowsFonts
)
129
if (
_isWindowsFonts
)
190
fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute),
_isWindowsFonts
, true));
199
fontSources.Add(new FontSource(new Uri(file, UriKind.Absolute),
_isWindowsFonts
, isComposite));
223
fontSources.Add(new FontSource(_uri,
_isWindowsFonts
, isComposite));
228
fontSources.Add(new FontSource(new Uri(_uri, resourceName),
_isWindowsFonts
, isComposite));