11 references to Handle
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
666if (SafeNativeMethods.IsWindowEnabled(new HandleRef(null, helper.Handle)))
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
198_hwnd = new WindowInteropHelper(_window).Handle; 235_hwnd = new WindowInteropHelper(_window).Handle;
src\Framework\System\Windows\SystemCommands.cs (2)
34IntPtr hwnd = new WindowInteropHelper(window).Handle; 116IntPtr hwnd = new WindowInteropHelper(window).Handle;
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (5)
16IntPtr hwnd = new WindowInteropHelper(window).Handle; 31IntPtr hwnd = new WindowInteropHelper(window).Handle; 52IntPtr hwnd = new WindowInteropHelper(window).Handle; 59IntPtr hwnd = new WindowInteropHelper(window).Handle; 66IntPtr hwnd = new WindowInteropHelper(window).Handle;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
204hWND = helper.Handle;