1 write to _btnRemove
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
200_btnRemove = new();
8 references to _btnRemove
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (8)
108ScaleButtonImageLogicalToDevice(_btnRemove); 228_tableLayoutPanel.Controls.Add(_btnRemove, 1, 5); 304resources.ApplyResources(_btnRemove, "btnRemove"); 305_btnRemove.Margin = new(3, 3, 18, 3); 306_btnRemove.Name = "btnRemove"; 337_btnRemove.Click += OnBtnRemove_Click; 835_btnRemove.Enabled = selectedItems.Length > 0; 842_btnRemove.Enabled = _btnMoveUp.Enabled = _btnMoveDown.Enabled = false;