1 write to _balance
PresentationFramework (1)
src\Framework\System\Windows\Controls\AVElementHelper.cs (1)
86
_balance
= new SettableState<double>(0.0);
7 references to _balance
PresentationFramework (7)
src\Framework\System\Windows\Controls\AVElementHelper.cs (7)
311
_balance
._wasSet =
_balance
._isSet = true;
312
_balance
._value = balance;
580
if (
_balance
._isSet || openedMedia &&
_balance
._wasSet)
582
_mediaPlayer.Balance =
_balance
._value;
584
_balance
._isSet = false;