1 write to _legacyArabicFonts
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
110_legacyArabicFonts = new string[] { "Traditional Arabic",
2 references to _legacyArabicFonts
PresentationCore (2)
MS\Internal\FontCache\FamilyCollection.cs (2)
141for (int i = 0; i < _legacyArabicFonts.Length; ++i) 143if (string.Equals(familyName, _legacyArabicFonts[i], StringComparison.OrdinalIgnoreCase))