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