1 write to _balance
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
81_balance = new SettableState<double>(0.0);
7 references to _balance
PresentationFramework (7)
System\Windows\Controls\AVElementHelper.cs (7)
306_balance._wasSet = _balance._isSet = true; 307_balance._value = balance; 575if (_balance._isSet || openedMedia && _balance._wasSet) 577_mediaPlayer.Balance = _balance._value; 579_balance._isSet = false;