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