1 write to dialogHWnd
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog.cs (1)
749dialogHWnd = UnsafeNativeMethods.GetParent(new HandleRef(null, hWnd));
6 references to dialogHWnd
System.Windows.Forms (6)
winforms\Managed\System\WinForms\FileDialog.cs (6)
210int textLen = SafeNativeMethods.GetWindowTextLength(new HandleRef(this, dialogHWnd)); 212UnsafeNativeMethods.GetWindowText(new HandleRef(this, dialogHWnd), sb, sb.Capacity); 755MoveToScreenCenter(dialogHWnd); 760int sizeNeeded = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, dialogHWnd), 1124 /*CDM_GETSPEC*/, System.IntPtr.Zero, System.IntPtr.Zero); 813if (dialogHWnd != IntPtr.Zero) { 814UnsafeNativeMethods.EndDialog(new HandleRef(this, dialogHWnd), IntPtr.Zero);