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