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