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