20 references to IsWindows8OrGreater
System.Windows.Forms (19)
System\Windows\Forms\Control.cs (1)
9438if (OsVersion.IsWindows8OrGreater() && TryGetAccessibilityObject(out AccessibleObject? accessibleObject))
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
155if (OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (1)
37if (!OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25606if (OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
1065if (DataGridView.IsAccessibilityObjectCreated && OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
2179if (DataGridView.IsAccessibilityObjectCreated && OsVersion.IsWindows8OrGreater() && this[index] is DataGridViewRow row)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
432if (OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
130if (OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5098if (!OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
437if (OsVersion.IsWindows8OrGreater() && _accessibilityObject is ListViewGroupAccessibleObject accessibleObject)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1019if (OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarAccessibleObject.cs (1)
42Debug.Assert(OsVersion.IsWindows8OrGreater());
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (1)
50Debug.Assert(OsVersion.IsWindows8OrGreater());
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
94Debug.Assert(OsVersion.IsWindows8OrGreater());
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1485if (OsVersion.IsWindows8OrGreater() && IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (2)
80Debug.Assert(OsVersion.IsWindows8OrGreater()); 513if (OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3925if (OsVersion.IsWindows8OrGreater())
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
341&& OsVersion.IsWindows8OrGreater()
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.UiaDisconnectProvider.cs (1)
13if (provider is not null && (skipOSCheck || OsVersion.IsWindows8OrGreater()))