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)
108ScaleButtonImageLogicalToDevice(_btnRemove); 224_tableLayoutPanel.Controls.Add(_btnRemove, 1, 5); 300resources.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;