1 implementation of Activate
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
914void IDesignerHost.Activate() => _surface?.OnViewActivate();
6 references to Activate
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1335host?.Activate();
System\Windows\Forms\Design\OleDragDropHandler.cs (3)
258host?.Activate(); 735host.Activate(); 818host.Activate();
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1423host?.Activate(); 1613host?.Activate();