8 references to SetVerticalOffset
PresentationFramework (8)
src\Framework\System\Windows\Controls\ScrollViewer.cs (8)
133EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null);
141EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null);
147public void ScrollToTop() { EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null); }
151public void ScrollToBottom() { EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null); }
174EnqueueCommand(Commands.SetVerticalOffset, validatedOffset, null);
2215|| ( command.Code == Commands.SetVerticalOffset
2216&& _array[_lastWritePosition].Code == Commands.SetVerticalOffset)
2281case Commands.SetVerticalOffset: isi.SetVerticalOffset(cmd.Param); break;