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));
117
if (
_fontSources
!= null)
244
return (IEnumerator<Text.TextInterface.IFontSource>)
_fontSources
.GetEnumerator();
254
return
_fontSources
.GetEnumerator();