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; 580if (_balance._isSet || openedMedia && _balance._wasSet) 582_mediaPlayer.Balance = _balance._value; 584_balance._isSet = false;