8 references to SetVerticalOffset
PresentationFramework (8)
System\Windows\Controls\ScrollViewer.cs (8)
122EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null);
130EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null);
136public void ScrollToTop() { EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null); }
140public void ScrollToBottom() { EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null); }
163EnqueueCommand(Commands.SetVerticalOffset, validatedOffset, null);
2160|| ( command.Code == Commands.SetVerticalOffset
2161&& _array[_lastWritePosition].Code == Commands.SetVerticalOffset)
2225case Commands.SetVerticalOffset: isi.SetVerticalOffset(cmd.Param); break;