11 references to Handle
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
3087UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), new HandleRef(null, IntPtr.Zero), 3108IntPtr hwnd = Handle; 3176UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), 3185UnsafeNativeMethods.ShowWindow(new HandleRef(null, Handle), NativeMethods.SW_SHOWNA); 3189UnsafeNativeMethods.SetWindowPos(new HandleRef(null, Handle), 3200UnsafeNativeMethods.ShowWindow(new HandleRef(null, Handle), NativeMethods.SW_HIDE); 3211IntPtr lastHwnd = UnsafeNativeMethods.GetWindow(new HandleRef(null, Handle), NativeMethods.GW_HWNDLAST); 3241IntPtr handle = Handle; 3437if (Handle != IntPtr.Zero && (UnsafeNativeMethods.IsWinEventHookInstalled(NativeMethods.EVENT_OBJECT_FOCUS) || UnsafeNativeMethods.IsWinEventHookInstalled(NativeMethods.EVENT_OBJECT_STATECHANGE))) 3443popupRootAutomationPeer.Hwnd = Handle; 3445IntPtr lResult = AutomationInteropProvider.ReturnRawElementProvider(Handle, IntPtr.Zero, new IntPtr(NativeMethods.OBJID_CLIENT), RootProviderForHwnd);