1 write to _balance
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
74
_balance
= new SettableState<double>(0.0);
7 references to _balance
PresentationFramework (7)
System\Windows\Controls\AVElementHelper.cs (7)
299
_balance
._wasSet =
_balance
._isSet = true;
300
_balance
._value = balance;
568
if (
_balance
._isSet || openedMedia &&
_balance
._wasSet)
570
_mediaPlayer.Balance =
_balance
._value;
572
_balance
._isSet = false;