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