8 references to FromHwnd
PresentationCore (2)
Core\CSharp\System\Windows\DragDrop.cs (1)
1343source = HwndSource.FromHwnd(_windowHandle);
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
556return 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)
57var rootVisual = HwndSource.FromHwnd(hwnd).RootVisual;
System.Activities.Presentation\System\Activities\Presentation\Hosting\WindowHelperService.cs (1)
160this.hwndSource = HwndSource.FromHwnd(this.ParentWindowHwnd);
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
53HwndSource source = HwndSource.FromHwnd(hwnd); 60HwndSource source = HwndSource.FromHwnd(hwnd);