2 writes to _editor
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripEditorManager.cs (2)
60_editor = null; 86_editor = new ToolStripEditorControl(_editorUI.EditorToolStrip, _editorUI.Bounds);
8 references to _editor
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripEditorManager.cs (8)
55if (_editor is not null) 57_behaviorService.AdornerWindowControl.Controls.Remove(_editor); 58_behaviorService.Invalidate(_editor.Bounds); 87_behaviorService.AdornerWindowControl.Controls.Add(_editor); 88_lastKnownEditorBounds = _editor.Bounds; 89_editor.BringToFront(); 112if (_editor is not null) 114_lastKnownEditorBounds = _editor.Bounds;