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; 58AddedControls.Add(_readOnlyTextBoxLabel); 134_readOnlyTextBoxLabel.Visible = true; 138EditControl = _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;