3 references to EastAsianCodePointRanges
System.Xaml (3)
System\Xaml\Parser\XamlText.cs (3)
362for (int i = 0; i < EastAsianCodePointRanges.Length; i++) 364if (unicodeScalarValue >= EastAsianCodePointRanges[i].Min) 366if (unicodeScalarValue <= EastAsianCodePointRanges[i].Max)