1 write to _statetype
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputMethodStateChangeEventArgs.cs (1)
47_statetype = statetype;
6 references to _statetype
PresentationCore (6)
Core\CSharp\System\Windows\Input\InputMethodStateChangeEventArgs.cs (6)
63return (_statetype == InputMethodStateType.ImeState); 74return (_statetype == InputMethodStateType.MicrophoneState); 85return (_statetype == InputMethodStateType.HandwritingState); 96return (_statetype == InputMethodStateType.SpeechMode); 107return (_statetype == InputMethodStateType.ImeConversionModeValues); 118return (_statetype == InputMethodStateType.ImeSentenceModeValues);