6 references to CriticalHandle
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
46IntPtr hwnd = host.CriticalHandle;
src\Framework\System\Windows\Interop\HwndHost.cs (5)
100return CriticalHandle; 457if (( CriticalHandle != IntPtr.Zero) && IsVisible) 781result = AutomationInteropProvider.ReturnRawElementProvider(CriticalHandle, wparam, lparam, el); 855if(CriticalHandle != IntPtr.Zero) 1311if( CriticalHandle == IntPtr.Zero)