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