3 references to EditManager
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripItemDesigner.cs (3)
335designer?.EditManager?.ActivateEditor(null); 1270if (parentDesigner is not null && parentDesigner.EditManager is not null) 1272parentDesigner.EditManager.ActivateEditor(ToolStripItem);