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)
47
return (
_statetype
== InputMethodStateType.ImeState);
58
return (
_statetype
== InputMethodStateType.MicrophoneState);
69
return (
_statetype
== InputMethodStateType.HandwritingState);
80
return (
_statetype
== InputMethodStateType.SpeechMode);
91
return (
_statetype
== InputMethodStateType.ImeConversionModeValues);
102
return (
_statetype
== InputMethodStateType.ImeSentenceModeValues);