1 write to _volume
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
70
_volume
= new SettableState<double>(0.5);
7 references to _volume
PresentationFramework (7)
System\Windows\Controls\AVElementHelper.cs (7)
287
_volume
._wasSet =
_volume
._isSet = true;
288
_volume
._value = volume;
561
if (
_volume
._isSet || openedMedia &&
_volume
._wasSet)
563
_mediaPlayer.Volume =
_volume
._value;
565
_volume
._isSet = false;