Implemented interface member:
property
Handle
System.Windows.Interop.IWin32Window.Handle
6 references to Handle
PresentationFramework (4)
System\Windows\Interop\HwndHost.cs (4)
307
if (
Handle
!= IntPtr.Zero && (hwndFocus.Handle == _hwnd.Handle || UnsafeNativeMethods.IsChild(_hwnd, hwndFocus)))
422
DpiScale2 dpi = DpiUtil.GetWindowDpi(
Handle
, fallbackToNearestMonitorHeuristic: false);
733
if(
Handle
!= IntPtr.Zero)
975
else if (
Handle
!= IntPtr.Zero)
WindowsFormsIntegration (2)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (1)
40
IntPtr hwnd = wfh.
Handle
;
System\Windows\Integration\WindowsFormsHost.cs (1)
155
result = AutomationInteropProvider.ReturnRawElementProvider(
Handle
, wparam, lparam, el);