2 writes to _fontSources
PresentationCore (2)
MS\Internal\FontCache\FontSourceCollection.cs (2)
76_fontSources = new List<Text.TextInterface.IFontSource>(1); 234_fontSources = fontSources;
4 references to _fontSources
PresentationCore (4)
MS\Internal\FontCache\FontSourceCollection.cs (4)
77_fontSources.Add(new FontSource(_uri, false, isComposite)); 117if (_fontSources != null) 244return (IEnumerator<Text.TextInterface.IFontSource>)_fontSources.GetEnumerator(); 254return _fontSources.GetEnumerator();