1 write to _increaseButton
PresentationFramework (1)
System\Windows\Controls\Primitives\Track.cs (1)
209
_increaseButton
= value;
4 references to _increaseButton
PresentationFramework (4)
System\Windows\Controls\Primitives\Track.cs (4)
163
if (
_increaseButton
== value)
200
return
_increaseButton
;
208
UpdateComponent(
_increaseButton
, value);
211
if (
_increaseButton
!= null)