1 write to _increaseButton
PresentationFramework (1)
System\Windows\Controls\Primitives\Track.cs (1)
224
_increaseButton
= value;
4 references to _increaseButton
PresentationFramework (4)
System\Windows\Controls\Primitives\Track.cs (4)
178
if (
_increaseButton
== value)
215
return
_increaseButton
;
223
UpdateComponent(
_increaseButton
, value);
226
if (
_increaseButton
!= null)