1 write to _isDeadCharacter
PresentationCore (1)
System\Windows\Input\RawTextInputReport.cs (1)
51
_isDeadCharacter
= isDeadCharacter;
1 reference to _isDeadCharacter
PresentationCore (1)
System\Windows\Input\RawTextInputReport.cs (1)
62
public bool IsDeadCharacter {get {return
_isDeadCharacter
;}}