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