1 write to _systemCompositeFontsNames
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
214_systemCompositeFontsNames = new string[] { "Global User Interface", "Global Monospace", "Global Sans Serif", "Global Serif" };
2 references to _systemCompositeFontsNames
PresentationCore (2)
MS\Internal\FontCache\FamilyCollection.cs (2)
271for (int i = 0; i < _systemCompositeFontsNames.Length; ++i) 273if (string.Equals(_systemCompositeFontsNames[i], familyName, StringComparison.OrdinalIgnoreCase))