1 write to _balance
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
73
_balance
= new SettableState<double>(0.0);
7 references to _balance
PresentationFramework (7)
System\Windows\Controls\AVElementHelper.cs (7)
298
_balance
._wasSet =
_balance
._isSet = true;
299
_balance
._value = balance;
567
if (
_balance
._isSet || openedMedia &&
_balance
._wasSet)
569
_mediaPlayer.Balance =
_balance
._value;
571
_balance
._isSet = false;