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