2 writes to _fontSources
PresentationCore (2)
MS\Internal\FontCache\FontSourceCollection.cs (2)
55_fontSources = new List<Text.TextInterface.IFontSource>(1); 156_fontSources = fontSources;
4 references to _fontSources
PresentationCore (4)
MS\Internal\FontCache\FontSourceCollection.cs (4)
56_fontSources.Add(new FontSource(_uri, isComposite)); 80if (_fontSources != null) 166return (IEnumerator<Text.TextInterface.IFontSource>)_fontSources.GetEnumerator(); 176return _fontSources.GetEnumerator();