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));
81
if (
_fontSources
!= null)
167
return (IEnumerator<Text.TextInterface.IFontSource>)
_fontSources
.GetEnumerator();
177
return
_fontSources
.GetEnumerator();