1 instantiation of InputMethodStateChangedEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
1367
_StateChanged(this, new
InputMethodStateChangedEventArgs
(imtype));
1 reference to InputMethodStateChangedEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
1992
public delegate void InputMethodStateChangedEventHandler(Object sender,
InputMethodStateChangedEventArgs
e);