3 references to MediaAudioOrVideoDisable
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (1)
1031
if (SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.KeyToRead.
MediaAudioOrVideoDisable
))
Shared\MS\Internal\SafeSecurityHelper.cs (2)
368
case KeyToRead.
MediaAudioOrVideoDisable
:
405
if ((fResult == false) && (key == KeyToRead.
MediaAudioOrVideoDisable
))