2 writes to _fontSources
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (2)
104_fontSources = new List<Text.TextInterface.IFontSource>(1); 300_fontSources = fontSources;
4 references to _fontSources
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (4)
105_fontSources.Add(new FontSource(_uri, false, isComposite)); 158if (_fontSources != null) 310return (IEnumerator<Text.TextInterface.IFontSource>)_fontSources.GetEnumerator(); 320return _fontSources.GetEnumerator();