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