1 write to _fontCollection
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
413
_fontCollection
= fontCollection;
5 references to _fontCollection
PresentationCore (5)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (5)
162
return (
_fontCollection
== DWriteFactory.SystemFontCollection);
513
Text.TextInterface.FontFamily fontFamilyDWrite =
_fontCollection
[familyName];
553
fontFamilyDWrite =
_fontCollection
[familyName];
787
return new FamilyEnumerator(this.
_fontCollection
);
863
return
_fontCollection
.FamilyCount + (UseSystemFonts ? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));