8 references to SetVerticalOffset
PresentationFramework (8)
System\Windows\Controls\ScrollViewer.cs (8)
130EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null);
138EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null);
144public void ScrollToTop() { EnqueueCommand(Commands.SetVerticalOffset, Double.NegativeInfinity, null); }
148public void ScrollToBottom() { EnqueueCommand(Commands.SetVerticalOffset, Double.PositiveInfinity, null); }
171EnqueueCommand(Commands.SetVerticalOffset, validatedOffset, null);
2168|| ( command.Code == Commands.SetVerticalOffset
2169&& _array[_lastWritePosition].Code == Commands.SetVerticalOffset)
2233case Commands.SetVerticalOffset: isi.SetVerticalOffset(cmd.Param); break;