4 writes to IsEditorActive
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripEditorManager.cs (2)
62_itemDesigner.IsEditorActive = false; 85_itemDesigner.IsEditorActive = true;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
427IsEditorActive = false; 1379IsEditorActive = true;
14 references to IsEditorActive
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
828if (_host.GetDesigner(selectedItem) is ToolStripMenuItemDesigner itemDesigner && itemDesigner.IsEditorActive) 844if (_host.GetDesigner(ownerItem) is ToolStripMenuItemDesigner itemDesigner && itemDesigner.IsEditorActive) 857if (itemDesigner is not null && itemDesigner.IsEditorActive) 1286itemDesigner.IsEditorActive)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (4)
104if (glyph.ItemDesigner is not null && !glyph.ItemDesigner.IsEditorActive) 255if (selectedItemDesigner is not null && selectedItemDesigner.IsEditorActive) 345if (selectedItemDesigner is not null && selectedItemDesigner.IsEditorActive) 544if (button == MouseButtons.Left && glyph is not null && glyph.ItemDesigner is not null && !glyph.ItemDesigner.IsEditorActive)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
918&& _selectionService is not null && !IsEditorActive
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (4)
853if (!itemDesigner.IsEditorActive) 884if (tooldesigner.IsEditorActive) 933if (!designer.IsEditorActive) 948if (!itemDesigner.IsEditorActive)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1353if (IsEditorActive)