6 references to CriticalHandle
PresentationFramework (6)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
42IntPtr hwnd = host.CriticalHandle;
System\Windows\Interop\HwndHost.cs (5)
82return CriticalHandle; 344if (( CriticalHandle != IntPtr.Zero) && IsVisible) 641result = AutomationInteropProvider.ReturnRawElementProvider(CriticalHandle, wparam, lparam, el); 701if(CriticalHandle != IntPtr.Zero) 1084if( CriticalHandle == IntPtr.Zero)