3 references to InputChar
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
8552SetExtendedState(ExtendedStates.InputChar, true); 8596target.SetExtendedState(ExtendedStates.InputChar, false); 8635if (target.GetExtendedState(ExtendedStates.InputChar) || target.IsInputChar((char)(nint)message.WParamInternal))