1 write to _systemCompositeFontsNames
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
203_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)
259for (int i = 0; i < _systemCompositeFontsNames.Length; ++i) 261if (string.Equals(_systemCompositeFontsNames[i], familyName, StringComparison.OrdinalIgnoreCase))