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)
116get { return _increaseSmallCommand; } 155CommandHelpers.RegisterCommandHandler(typeof(Slider), _increaseSmallCommand, new ExecutedRoutedEventHandler(OnIncreaseSmallCommand),