12 references to KeyToRead
PresentationCore (12)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1122
isImageDisabled = new SecurityCriticalDataForSet<bool>(SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.
KeyToRead
.MediaImageDisable));
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (1)
1031
if (SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.
KeyToRead
.MediaAudioOrVideoDisable))
Shared\MS\Internal\SafeSecurityHelper.cs (10)
340
MediaAudioOrVideoDisable =
KeyToRead
.MediaVideoDisable |
KeyToRead
.MediaAudioDisable ,
349
internal static bool IsFeatureDisabled(
KeyToRead
key)
356
case
KeyToRead
.WebBrowserDisable:
359
case
KeyToRead
.MediaAudioDisable:
362
case
KeyToRead
.MediaVideoDisable:
365
case
KeyToRead
.MediaImageDisable:
368
case
KeyToRead
.MediaAudioOrVideoDisable:
371
case
KeyToRead
.ScriptInteropDisable:
405
if ((fResult == false) && (key ==
KeyToRead
.MediaAudioOrVideoDisable))