4 references to CheckIfItemSelected
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
2171if (CheckIfItemSelected() || SelectionService.GetComponentSelected(ToolStrip)) 2315bool showToolStrip = CheckIfItemSelected(); 2347bool itemSelected = CheckIfItemSelected(); 2494if (!_addingDummyItem && !_disposed && (CheckIfItemSelected() || SelectionService.GetComponentSelected(ToolStrip)))