4 references to CheckIfItemSelected
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
2155if (CheckIfItemSelected() || SelectionService.GetComponentSelected(ToolStrip)) 2304bool showToolStrip = CheckIfItemSelected(); 2339bool itemSelected = CheckIfItemSelected(); 2495if (!_addingDummyItem && !_disposed && (CheckIfItemSelected() || SelectionService.GetComponentSelected(ToolStrip)))