2 writes to autoExpandEventHandler
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (2)
304
this.
autoExpandEventHandler
= null;
313
this.
autoExpandEventHandler
= new EventHandler(OnAutoExpand);
4 references to autoExpandEventHandler
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (4)
301
if (this.
autoExpandEventHandler
!= null)
303
WorkflowTimer.Default.Unsubscribe(this.
autoExpandEventHandler
);
311
if (this.
autoExpandEventHandler
== null)
314
WorkflowTimer.Default.Subscribe(500, this.
autoExpandEventHandler
);