8 references to TryGetState
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
111
public override AccessibleStates State => SystemIAccessible.
TryGetState
(GetChildId());
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
160
AccessibleStates state = _owningComboBox.ChildListAccessibleObject.SystemIAccessible.
TryGetState
(GetChildId());
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
109
return state |= _owningAccessibleObject.SystemIAccessible.
TryGetState
(GetChildId());
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (1)
91
return state |= _owningListView.AccessibilityObject.SystemIAccessible.
TryGetState
(GetChildId());
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
59
public override AccessibleStates State => SystemIAccessibleInternal.
TryGetState
(GetChildId());
System\Windows\Forms\Controls\TabControl\TabPage.TabPageAccessibleObject.cs (1)
19
public override AccessibleStates State => SystemIAccessible.
TryGetState
(GetChildId());
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
46
=> ParentInternal?.SystemIAccessible.
TryGetState
(GetChildId()) ?? AccessibleStates.None;
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
57
=> ParentInternal.SystemIAccessible.
TryGetState
(GetChildId());