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));
158
if (
_fontSources
!= null)
310
return (IEnumerator<Text.TextInterface.IFontSource>)
_fontSources
.GetEnumerator();
320
return
_fontSources
.GetEnumerator();