1 instantiation of BROWSEINFOW
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (1)
39BROWSEINFOW bi = new()
5 references to BROWSEINFOW
System.Windows.Forms.Primitives (5)
Windows.Win32.PInvoke.SHELL32.dll.g.cs (4)
68 /// <inheritdoc cref="SHBrowseForFolder(winmdroot.UI.Shell.BROWSEINFOW*)"/> 70 internal static unsafe winmdroot.UI.Shell.Common.ITEMIDLIST* SHBrowseForFolder(in winmdroot.UI.Shell.BROWSEINFOW lpbi) 72 fixed (winmdroot.UI.Shell.BROWSEINFOW* lpbiLocal = &lpbi) 96 internal static extern unsafe winmdroot.UI.Shell.Common.ITEMIDLIST* SHBrowseForFolder(winmdroot.UI.Shell.BROWSEINFOW* lpbi);
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (1)
39BROWSEINFOW bi = new()