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