3 writes to _muted
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (3)
99_muted = false; 463_muted = true; 472_muted = false;
4 references to _muted
PresentationCore (4)
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (4)
346if (!_muted) 448return _muted; 457if (value && !_muted) 468else if (!value && _muted)