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