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; 568if (_balance._isSet || openedMedia && _balance._wasSet) 570_mediaPlayer.Balance = _balance._value; 572_balance._isSet = false;