3 references to s_aUpper
PresentationCore (3)
Core\CSharp\System\Windows\Media\Parsers.cs (3)
49
if ((intChar >=
s_aUpper
) && (intChar <= (
s_aUpper
+5)))
51
return (intChar-
s_aUpper
+ 10);