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)
427
IsEditorActive
= false;
1379
IsEditorActive
= true;
14 references to IsEditorActive
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
828
if (_host.GetDesigner(selectedItem) is ToolStripMenuItemDesigner itemDesigner && itemDesigner.
IsEditorActive
)
844
if (_host.GetDesigner(ownerItem) is ToolStripMenuItemDesigner itemDesigner && itemDesigner.
IsEditorActive
)
857
if (itemDesigner is not null && itemDesigner.
IsEditorActive
)
1286
itemDesigner.
IsEditorActive
)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (4)
104
if (glyph.ItemDesigner is not null && !glyph.ItemDesigner.
IsEditorActive
)
255
if (selectedItemDesigner is not null && selectedItemDesigner.
IsEditorActive
)
345
if (selectedItemDesigner is not null && selectedItemDesigner.
IsEditorActive
)
544
if (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)
853
if (!itemDesigner.
IsEditorActive
)
884
if (tooldesigner.
IsEditorActive
)
933
if (!designer.
IsEditorActive
)
948
if (!itemDesigner.
IsEditorActive
)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1353
if (
IsEditorActive
)