1 write to _increaseButton
PresentationFramework (1)
System\Windows\Controls\Primitives\Track.cs (1)
213
_increaseButton
= value;
4 references to _increaseButton
PresentationFramework (4)
System\Windows\Controls\Primitives\Track.cs (4)
167
if (
_increaseButton
== value)
204
return
_increaseButton
;
212
UpdateComponent(
_increaseButton
, value);
215
if (
_increaseButton
!= null)