4 references to CheckUnmanagedCodePermission
PresentationCore (4)
Core\CSharp\System\Windows\DataObject.cs (2)
837if ( SecurityHelper.CheckUnmanagedCodePermission() ) 1442if (SecurityHelper.CheckUnmanagedCodePermission())
Core\CSharp\System\Windows\DragDrop.cs (2)
486if (SecurityHelper.CheckUnmanagedCodePermission() && windowHandle != IntPtr.Zero) 514if (SecurityHelper.CheckUnmanagedCodePermission() && windowHandle != IntPtr.Zero)