11 references to Handle
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
666
if (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)
34
IntPtr hwnd = new WindowInteropHelper(window).
Handle
;
116
IntPtr hwnd = new WindowInteropHelper(window).
Handle
;
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (5)
16
IntPtr hwnd = new WindowInteropHelper(window).
Handle
;
31
IntPtr hwnd = new WindowInteropHelper(window).
Handle
;
52
IntPtr hwnd = new WindowInteropHelper(window).
Handle
;
59
IntPtr hwnd = new WindowInteropHelper(window).
Handle
;
66
IntPtr hwnd = new WindowInteropHelper(window).
Handle
;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
204
hWND = helper.
Handle
;