2 references to IsContextMenuStripItemSelected
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (2)
497
bool showDesignMenu =
IsContextMenuStripItemSelected
(selectionService) || Component.Equals(selectionService.PrimarySelection);
527
bool showDesignMenu =
IsContextMenuStripItemSelected
(selectionService) || Component.Equals(selectionService.PrimarySelection);