1 write to _increaseLargeCommand
PresentationFramework (1)
System\Windows\Controls\Slider.cs (1)
130_increaseLargeCommand = new RoutedCommand("IncreaseLarge", typeof(Slider));
2 references to _increaseLargeCommand
PresentationFramework (2)
System\Windows\Controls\Slider.cs (2)
90get { return _increaseLargeCommand; } 137CommandHelpers.RegisterCommandHandler(typeof(Slider), _increaseLargeCommand, new ExecutedRoutedEventHandler(OnIncreaseLargeCommand),