3 writes to SelectedPath
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (3)
431
SelectedPath
= ppszName.ToStringAndCoTaskMemFree();
467
SelectedPath
= folder;
472
SelectedPath
= string.Empty;
3 references to SelectedPath
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (3)
18
[DefaultProperty(nameof(
SelectedPath
))]
501
if (instance.
SelectedPath
.Length != 0)
504
PInvokeCore.SendMessage(hwnd, PInvoke.BFFM_SETSELECTIONW, (WPARAM)(BOOL)true, instance.
SelectedPath
);