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