2 writes to _fontSources
PresentationCore (2)
MS\Internal\FontCache\FontSourceCollection.cs (2)
56_fontSources = new List<Text.TextInterface.IFontSource>(1); 157_fontSources = fontSources;
4 references to _fontSources
PresentationCore (4)
MS\Internal\FontCache\FontSourceCollection.cs (4)
57_fontSources.Add(new FontSource(_uri, isComposite)); 81if (_fontSources != null) 167return (IEnumerator<Text.TextInterface.IFontSource>)_fontSources.GetEnumerator(); 177return _fontSources.GetEnumerator();