17 references to Idle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (2)
2831
Application.
Idle
+= new EventHandler(this.OnIdle);
2835
Application.
Idle
-= new EventHandler(this.OnIdle);
winforms\Managed\System\WinForms\MDIClient.cs (2)
388
Application.
Idle
+= new EventHandler(this.OnIdle); //do this on idle (it must be mega-delayed).
392
Application.
Idle
-= new EventHandler(this.OnIdle);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
983
Application.
Idle
+= new EventHandler(PropertyDescriptorGridEntry.ShowCodeIdle);
1007
Application.
Idle
-= new EventHandler(PropertyDescriptorGridEntry.ShowCodeIdle);
System.Workflow.ComponentModel (11)
AuthoringOM\Design\CustomActivityDesigner.cs (3)
47
Application.
Idle
-= this.ensureChildHierarchyHandler;
100
Application.
Idle
+= this.ensureChildHierarchyHandler;
127
Application.
Idle
-= this.ensureChildHierarchyHandler;
AuthoringOM\Design\DesignerWidgets.cs (3)
1519
Application.
Idle
-= this.idleHandler;
1569
Application.
Idle
+= this.idleHandler;
1581
Application.
Idle
-= this.idleHandler;
AuthoringOM\Design\DocumentOutline.cs (2)
339
Application.
Idle
+= new System.EventHandler(this.OnIdle);
341
Application.
Idle
-= new System.EventHandler(this.OnIdle);
AuthoringOM\Design\WorkflowView.cs (3)
253
Application.
Idle
-= this.idleEventHandler;
544
Application.
Idle
+= this.idleEventHandler;
558
Application.
Idle
-= this.idleEventHandler;