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