3 writes to idleHandler
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
1520
this.
idleHandler
= null;
1568
this.
idleHandler
= new EventHandler(OnIdle);
1582
this.
idleHandler
= null;
5 references to idleHandler
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerWidgets.cs (5)
1517
if (this.
idleHandler
!= null)
1519
Application.Idle -= this.
idleHandler
;
1566
if (updateSplitterPosition && this.
idleHandler
== null)
1569
Application.Idle += this.
idleHandler
;
1581
Application.Idle -= this.
idleHandler
;