1 override of OnReadOnlyTextBoxLabelClick
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
254
protected override void
OnReadOnlyTextBoxLabelClick
(object? sender, MouseEventArgs e)
2 references to OnReadOnlyTextBoxLabelClick
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
256
base.
OnReadOnlyTextBoxLabelClick
(sender, e);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
42
_readOnlyTextBoxLabel.MouseClick +=
OnReadOnlyTextBoxLabelClick
;