4 references to CheckIfItemSelected
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
2198if (CheckIfItemSelected() || SelectionService.GetComponentSelected(ToolStrip)) 2342bool showToolStrip = CheckIfItemSelected(); 2374bool itemSelected = CheckIfItemSelected(); 2521if (!_addingDummyItem && !_disposed && (CheckIfItemSelected() || SelectionService.GetComponentSelected(ToolStrip)))