6 references to OnScroll
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WorkflowView.cs (6)
301
HScrollBar.ValueChanged -= new EventHandler(
OnScroll
);
302
VScrollBar.ValueChanged -= new EventHandler(
OnScroll
);
1929
this.hScrollBar.ValueChanged -= new EventHandler(
OnScroll
);
1946
this.vScrollBar.ValueChanged -= new EventHandler(
OnScroll
);
1959
this.hScrollBar.ValueChanged += new EventHandler(
OnScroll
);
1960
this.vScrollBar.ValueChanged += new EventHandler(
OnScroll
);