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