1 write to _increaseButton
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
226
_increaseButton
= value;
4 references to _increaseButton
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\Track.cs (4)
180
if (
_increaseButton
== value)
217
return
_increaseButton
;
225
UpdateComponent(
_increaseButton
, value);
228
if (
_increaseButton
!= null)