8 references to FromHwnd
PresentationCore (2)
Core\CSharp\System\Windows\DragDrop.cs (1)
1343
source = HwndSource.
FromHwnd
(_windowHandle);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
556
return HwndSource.
FromHwnd
(hwnd);
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
212
_hwndSource = HwndSource.
FromHwnd
(_hwnd);
237
_hwndSource = HwndSource.
FromHwnd
(_hwnd);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (1)
57
var rootVisual = HwndSource.
FromHwnd
(hwnd).RootVisual;
System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (1)
160
this.hwndSource = HwndSource.
FromHwnd
(this.ParentWindowHwnd);
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
53
HwndSource source = HwndSource.
FromHwnd
(hwnd);
60
HwndSource source = HwndSource.
FromHwnd
(hwnd);