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)
48
return (
_statetype
== InputMethodStateType.ImeState);
59
return (
_statetype
== InputMethodStateType.MicrophoneState);
70
return (
_statetype
== InputMethodStateType.HandwritingState);
81
return (
_statetype
== InputMethodStateType.SpeechMode);
92
return (
_statetype
== InputMethodStateType.ImeConversionModeValues);
103
return (
_statetype
== InputMethodStateType.ImeSentenceModeValues);