Base:
method
ProcessDialogChar
System.Windows.Forms.Control.ProcessDialogChar(System.Char)
1 override of ProcessDialogChar
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
4738
protected override bool
ProcessDialogChar
(char charCode)
3 references to ProcessDialogChar
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
4753
return base.
ProcessDialogChar
(charCode);
4762
return base.
ProcessDialogChar
(charCode);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
1031
e.StagingItem.Input.Handled = this.
ProcessDialogChar
(text[0]);