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