1 write to _autoUpgradeEnabled
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
358
this.
_autoUpgradeEnabled
= value;
2 references to _autoUpgradeEnabled
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog_Vista.cs (2)
39
if (UnsafeNativeMethods.IsVista && this.
_autoUpgradeEnabled
&& SettingsSupportVistaDialog)
354
return this.
_autoUpgradeEnabled
;