1 write to _statetype
PresentationCore (1)
System\Windows\Input\InputMethodStateChangeEventArgs.cs (1)
32_statetype = statetype;
6 references to _statetype
PresentationCore (6)
System\Windows\Input\InputMethodStateChangeEventArgs.cs (6)
48return (_statetype == InputMethodStateType.ImeState); 59return (_statetype == InputMethodStateType.MicrophoneState); 70return (_statetype == InputMethodStateType.HandwritingState); 81return (_statetype == InputMethodStateType.SpeechMode); 92return (_statetype == InputMethodStateType.ImeConversionModeValues); 103return (_statetype == InputMethodStateType.ImeSentenceModeValues);