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