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