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