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)
162return (_fontCollection == DWriteFactory.SystemFontCollection); 513Text.TextInterface.FontFamily fontFamilyDWrite = _fontCollection[familyName]; 553fontFamilyDWrite = _fontCollection[familyName]; 787return new FamilyEnumerator(this._fontCollection); 863return _fontCollection.FamilyCount + (UseSystemFonts ? SystemCompositeFonts.NumOfSystemCompositeFonts : checked((uint)UserCompositeFonts.Count));