2 references to CheckUnmanagedCodePermission
PresentationFramework (2)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
347
if (!SecurityHelper.
CheckUnmanagedCodePermission
())
src\Shared\MS\Internal\SecurityHelper.cs (1)
173
if (value == true && !SecurityHelper.
CheckUnmanagedCodePermission
())