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)
102get { return _increaseLargeCommand; } 149CommandHelpers.RegisterCommandHandler(typeof(Slider), _increaseLargeCommand, new ExecutedRoutedEventHandler(OnIncreaseLargeCommand),