1 write to _readOnlyTextBoxLabel
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
32
_readOnlyTextBoxLabel
= new EditorLabel
13 references to _readOnlyTextBoxLabel
System.Windows.Forms.Design (13)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (13)
42
_readOnlyTextBoxLabel
.MouseClick += OnReadOnlyTextBoxLabelClick;
43
_readOnlyTextBoxLabel
.Enter += OnReadOnlyTextBoxLabelEnter;
44
_readOnlyTextBoxLabel
.Leave += OnReadOnlyTextBoxLabelLeave;
45
_readOnlyTextBoxLabel
.KeyDown += OnReadOnlyTextBoxLabelKeyDown;
58
AddedControls.Add(
_readOnlyTextBoxLabel
);
134
_readOnlyTextBoxLabel
.Visible = true;
138
EditControl =
_readOnlyTextBoxLabel
;
142
_readOnlyTextBoxLabel
.Visible = false;
144
_readOnlyTextBoxLabel
.Location = new Point(int.MaxValue, int.MaxValue);
165
_readOnlyTextBoxLabel
.ForeColor = SystemColors.HighlightText;
166
_readOnlyTextBoxLabel
.BackColor = SystemColors.Highlight;
171
_readOnlyTextBoxLabel
.ForeColor = SystemColors.WindowText;
172
_readOnlyTextBoxLabel
.BackColor = SystemColors.Window;