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