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