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