1 write to _volume
PresentationFramework (1)
System\Windows\Controls\AVElementHelper.cs (1)
77
_volume
= new SettableState<double>(0.5);
7 references to _volume
PresentationFramework (7)
System\Windows\Controls\AVElementHelper.cs (7)
294
_volume
._wasSet =
_volume
._isSet = true;
295
_volume
._value = volume;
568
if (
_volume
._isSet || openedMedia &&
_volume
._wasSet)
570
_mediaPlayer.Volume =
_volume
._value;
572
_volume
._isSet = false;