1 implementation of Activate
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
924void IDesignerHost.Activate() => _surface?.OnViewActivate();
8 references to Activate
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1377host?.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();
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerHostTests.cs (2)
160host.Activate(); 180host.Activate();