1 write to _fontCollection
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
297_fontCollection = fontCollection;
5 references to _fontCollection
PresentationCore (5)
MS\Internal\FontCache\FamilyCollection.cs (5)
83return (_fontCollection == DWriteFactory.SystemFontCollection); 363Text.TextInterface.FontFamily fontFamilyDWrite = _fontCollection[familyName]; 402fontFamilyDWrite = _fontCollection[familyName]; 619return new FamilyEnumerator(this._fontCollection); 690return _fontCollection.FamilyCount + (UseSystemFonts ? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));