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