2 writes to callback
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (2)
273this.callback = new UnsafeNativeMethods.BrowseCallbackProc(this.FolderBrowserDialog_BrowseCallbackProc); 320this.callback = null;
1 reference to callback
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
280bi.lpfn = callback;