11 references to Handle
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
3091UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), new HandleRef(null, IntPtr.Zero), 3112IntPtr hwnd = Handle; 3180UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), 3189UnsafeNativeMethods.ShowWindow(new HandleRef(null, Handle), NativeMethods.SW_SHOWNA); 3193UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), 3204UnsafeNativeMethods.ShowWindow(new HandleRef(null, Handle), NativeMethods.SW_HIDE); 3215IntPtr lastHwnd = UnsafeNativeMethods.GetWindow(new HandleRef(null, Handle), NativeMethods.GW_HWNDLAST); 3245IntPtr handle = Handle; 3457if (Handle != IntPtr.Zero && (UnsafeNativeMethods.IsWinEventHookInstalled(NativeMethods.EVENT_OBJECT_FOCUS) || UnsafeNativeMethods.IsWinEventHookInstalled(NativeMethods.EVENT_OBJECT_STATECHANGE))) 3463popupRootAutomationPeer.Hwnd = Handle; 3465IntPtr lResult = AutomationInteropProvider.ReturnRawElementProvider(Handle, IntPtr.Zero, new IntPtr(NativeMethods.OBJID_CLIENT), RootProviderForHwnd);