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