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