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));
80
if (
_fontSources
!= null)
166
return (IEnumerator<Text.TextInterface.IFontSource>)
_fontSources
.GetEnumerator();
176
return
_fontSources
.GetEnumerator();