5 references to IsVista
System.Windows.Forms (5)
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
39if (UnsafeNativeMethods.IsVista && this._autoUpgradeEnabled && SettingsSupportVistaDialog)
winforms\Managed\System\WinForms\FileDialogCustomPlace.cs (1)
102if (!UnsafeNativeMethods.IsVista)
winforms\Managed\System\WinForms\ListView.cs (1)
6131if (!UnsafeNativeMethods.IsVista) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1552if (ownerGrid.CanShowVisualStyleGlyphs && UnsafeNativeMethods.IsVista && VisualStyleRenderer.IsSupported) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
7637if (IsVista)