3 references to ScrollPositionChanged
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
281
this.itemStrip.
ScrollPositionChanged
+= new EventHandler(OnScrollPositionChanged);
698
if (this.
ScrollPositionChanged
!= null)
699
ScrollPositionChanged
(this, EventArgs.Empty);