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