1 write to _isControlCharacter
PresentationCore (1)
Core\CSharp\System\Windows\Input\RawTextInputReport.cs (1)
52_isControlCharacter = isControlCharacter;
1 reference to _isControlCharacter
PresentationCore (1)
Core\CSharp\System\Windows\Input\RawTextInputReport.cs (1)
71public bool IsControlCharacter {get {return _isControlCharacter;}}