2 writes to BFFM_SETSELECTION
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2438
BFFM_SETSELECTION
= NativeMethods.BFFM_SETSELECTIONA;
2533
BFFM_SETSELECTION
= NativeMethods.BFFM_SETSELECTIONW;
1 reference to BFFM_SETSELECTION
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
341
UnsafeNativeMethods.SendMessage(new HandleRef(null, hwnd), (int) NativeMethods.
BFFM_SETSELECTION
, 1, selectedPath);