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