1 write to _fontCollection
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
285
_fontCollection
= fontCollection;
5 references to _fontCollection
PresentationCore (5)
MS\Internal\FontCache\FamilyCollection.cs (5)
72
return (
_fontCollection
== DWriteFactory.SystemFontCollection);
351
Text.TextInterface.FontFamily fontFamilyDWrite =
_fontCollection
[familyName];
390
fontFamilyDWrite =
_fontCollection
[familyName];
607
return new FamilyEnumerator(this.
_fontCollection
);
678
return
_fontCollection
.FamilyCount + (UseSystemFonts ? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));