2 references to UseVistaDialogInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (1)
986if (this.UseVistaDialogInternal)
winforms\Managed\System\WinForms\SaveFileDialog.cs (1)
161if ((options & NativeMethods.OFN_OVERWRITEPROMPT) != 0 && FileExists(fileName) && !this.UseVistaDialogInternal) {