4 references to IsHex
PresentationFramework (4)
System\Windows\Documents\RtfToXamlLexer.cs (4)
271
if (
IsHex
(tokenChar) &&
IsHex
(tokenNextChar))
360
&&
IsHex
(_rtfBytes[e + 2])
361
&&
IsHex
(_rtfBytes[e + 3]))