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)
63
return (
_statetype
== InputMethodStateType.ImeState);
74
return (
_statetype
== InputMethodStateType.MicrophoneState);
85
return (
_statetype
== InputMethodStateType.HandwritingState);
96
return (
_statetype
== InputMethodStateType.SpeechMode);
107
return (
_statetype
== InputMethodStateType.ImeConversionModeValues);
118
return (
_statetype
== InputMethodStateType.ImeSentenceModeValues);