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)
71
public bool IsControlCharacter {get {return
_isControlCharacter
;}}