8 references to SetVerticalOffset
PresentationFramework (8)
System\Windows\Controls\ScrollViewer.cs (8)
121EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null);
129EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null);
135public void ScrollToTop() { EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null); }
139public void ScrollToBottom() { EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null); }
162EnqueueCommand(Commands.SetVerticalOffset, validatedOffset, null);
2158|| ( command.Code == Commands.SetVerticalOffset
2159&& _array[_lastWritePosition].Code == Commands.SetVerticalOffset)
2223case Commands.SetVerticalOffset: isi.SetVerticalOffset(cmd.Param); break;