1 override of ProcessDialogKey
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
304
protected internal override bool
ProcessDialogKey
(Keys keyData)
2 references to ProcessDialogKey
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
534
if (focusedLine.
ProcessDialogKey
(keyData))
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
333
return base.
ProcessDialogKey
(keyData);