2 references to IsControlCharValid
PresentationFramework (2)
System\Windows\Documents\RtfToXamlLexer.cs (2)
105
if (
IsControlCharValid
(CurByte))
434
while (_rtfIndex < _rtfBytes.Length &&
IsControlCharValid
(CurByte))