2 references to IsControlCharValid
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (2)
107if (IsControlCharValid(CurByte)) 436while (_rtfIndex < _rtfBytes.Length && IsControlCharValid(CurByte))