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