1 write to _volume
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
69
_volume
= new SettableState<double>(0.5);
7 references to _volume
PresentationFramework (7)
System\Windows\Controls\AVElementHelper.cs (7)
286
_volume
._wasSet =
_volume
._isSet = true;
287
_volume
._value = volume;
560
if (
_volume
._isSet || openedMedia &&
_volume
._wasSet)
562
_mediaPlayer.Volume =
_volume
._value;
564
_volume
._isSet = false;