11 references to Handle
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
3082UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), new HandleRef(null, IntPtr.Zero), 3103IntPtr hwnd = Handle; 3171UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), 3180UnsafeNativeMethods.ShowWindow(new HandleRef(null, Handle), NativeMethods.SW_SHOWNA); 3184UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), 3195UnsafeNativeMethods.ShowWindow(new HandleRef(null, Handle), NativeMethods.SW_HIDE); 3206IntPtr lastHwnd = UnsafeNativeMethods.GetWindow(new HandleRef(null, Handle), NativeMethods.GW_HWNDLAST); 3236IntPtr handle = Handle; 3436if (Handle != IntPtr.Zero && (UnsafeNativeMethods.IsWinEventHookInstalled(NativeMethods.EVENT_OBJECT_FOCUS) || UnsafeNativeMethods.IsWinEventHookInstalled(NativeMethods.EVENT_OBJECT_STATECHANGE))) 3442popupRootAutomationPeer.Hwnd = Handle; 3444IntPtr lResult = AutomationInteropProvider.ReturnRawElementProvider(Handle, IntPtr.Zero, new IntPtr(NativeMethods.OBJID_CLIENT), RootProviderForHwnd);