5 references to DeferScrollToVerticalOffsetCommand
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
418
RoutedCommand command = (Orientation == Orientation.Horizontal) ? DeferScrollToHorizontalOffsetCommand :
DeferScrollToVerticalOffsetCommand
;
441
command = horizontal ? DeferScrollToHorizontalOffsetCommand :
DeferScrollToVerticalOffsetCommand
;
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
2545
else if (args.Command == ScrollBar.
DeferScrollToVerticalOffsetCommand
)
2653
(args.Command == ScrollBar.
DeferScrollToVerticalOffsetCommand
))
2693
CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.
DeferScrollToVerticalOffsetCommand
, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);