1 write to _statetype
PresentationCore (1)
System\Windows\Input\InputMethodStateChangeEventArgs.cs (1)
31_statetype = statetype;
6 references to _statetype
PresentationCore (6)
System\Windows\Input\InputMethodStateChangeEventArgs.cs (6)
47return (_statetype == InputMethodStateType.ImeState); 58return (_statetype == InputMethodStateType.MicrophoneState); 69return (_statetype == InputMethodStateType.HandwritingState); 80return (_statetype == InputMethodStateType.SpeechMode); 91return (_statetype == InputMethodStateType.ImeConversionModeValues); 102return (_statetype == InputMethodStateType.ImeSentenceModeValues);