1 write to _increaseLargeCommand
PresentationFramework (1)
src\Framework\System\Windows\Controls\Slider.cs (1)
142
_increaseLargeCommand
= new RoutedCommand("IncreaseLarge", typeof(Slider));
2 references to _increaseLargeCommand
PresentationFramework (2)
src\Framework\System\Windows\Controls\Slider.cs (2)
102
get { return
_increaseLargeCommand
; }
149
CommandHelpers.RegisterCommandHandler(typeof(Slider),
_increaseLargeCommand
, new ExecutedRoutedEventHandler(OnIncreaseLargeCommand),