1 instantiation of BROWSEINFO
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
269
UnsafeNativeMethods.BROWSEINFO bi = new UnsafeNativeMethods.
BROWSEINFO
();
2 references to BROWSEINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
269
UnsafeNativeMethods.
BROWSEINFO
bi = new UnsafeNativeMethods.BROWSEINFO();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
7622
public static extern IntPtr SHBrowseForFolder([In]
BROWSEINFO
lpbi);