1 write to _dialogHWnd
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
499
_dialogHWnd
= PInvoke.GetParent((HWND)hWnd);
5 references to _dialogHWnd
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (5)
154
private protected string DialogCaption => PInvokeCore.GetWindowText(
_dialogHWnd
);
507
MoveToScreenCenter(
_dialogHWnd
);
511
int sizeNeeded = (int)PInvokeCore.SendMessage(
_dialogHWnd
, PInvoke.CDM_GETSPEC);
565
if (!
_dialogHWnd
.IsNull)
567
PInvoke.EndDialog(
_dialogHWnd
, 0);