4 writes to _backColorAnimator
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
800
_backColorAnimator
= null;
1033
=>
_backColorAnimator
??= new(this);
1273
_backColorAnimator
= null;
1289
_backColorAnimator
= null;
3 references to _backColorAnimator
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
799
_backColorAnimator
?.Dispose();
1272
_backColorAnimator
?.Dispose();
1288
_backColorAnimator
?.Dispose();