2 writes to autoScrollEventHandler
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (2)
96
this.
autoScrollEventHandler
= null;
103
this.
autoScrollEventHandler
= new EventHandler(OnAutoScroll);
4 references to autoScrollEventHandler
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (4)
93
if (this.
autoScrollEventHandler
!= null)
95
WorkflowTimer.Default.Unsubscribe(this.
autoScrollEventHandler
);
101
if (this.
autoScrollEventHandler
== null)
104
WorkflowTimer.Default.Subscribe(50, this.
autoScrollEventHandler
);