1 write to _btnRemove
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
196
_btnRemove
= new();
8 references to _btnRemove
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (8)
108
ScaleButtonImageLogicalToDevice(
_btnRemove
);
224
_tableLayoutPanel.Controls.Add(
_btnRemove
, 1, 5);
300
resources.ApplyResources(
_btnRemove
, "btnRemove");
301
_btnRemove
.Margin = new(3, 3, 18, 3);
302
_btnRemove
.Name = "btnRemove";
333
_btnRemove
.Click += OnBtnRemove_Click;
831
_btnRemove
.Enabled = selectedItems.Length > 0;
838
_btnRemove
.Enabled = _btnMoveUp.Enabled = _btnMoveDown.Enabled = false;