2 writes to ElevationPromptOwnerWindow
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (1)
116ElevationPromptOwnerWindow = IntPtr.Zero; // to prevent further prompting
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
551PresentationHostSecurityManager.ElevationPromptOwnerWindow = hParent;
2 references to ElevationPromptOwnerWindow
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (2)
108bool forceOwner = !context.NoPrompt && ElevationPromptOwnerWindow != IntPtr.Zero; 114new HandleRef(null, ElevationPromptOwnerWindow), NativeMethods.GA_ROOT);