1 write to _increaseSmallCommand
PresentationFramework (1)
src\Framework\System\Windows\Controls\Slider.cs (1)
144
_increaseSmallCommand
= new RoutedCommand("IncreaseSmall", typeof(Slider));
2 references to _increaseSmallCommand
PresentationFramework (2)
src\Framework\System\Windows\Controls\Slider.cs (2)
116
get { return
_increaseSmallCommand
; }
155
CommandHelpers.RegisterCommandHandler(typeof(Slider),
_increaseSmallCommand
, new ExecutedRoutedEventHandler(OnIncreaseSmallCommand),