1 write to _legacyArabicFonts
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
194
_legacyArabicFonts
= new string[] { "Traditional Arabic",
2 references to _legacyArabicFonts
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (2)
239
for (int i = 0; i <
_legacyArabicFonts
.Length; ++i)
241
if (String.Compare(familyName,
_legacyArabicFonts
[i], StringComparison.OrdinalIgnoreCase) == 0)