30 references to UIA_IsEnabledPropertyId
System.Windows.Forms (30)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
514
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
81
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owner.Enabled,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
77
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningComboBox.Enabled,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
130
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningComboBox.Enabled,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
105
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owner.Enabled,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
118
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningComboBox.Enabled,
System\Windows\Forms\Controls\DataGridView\DataGridView.DataGridViewEditingPanelAccessibleObject.cs (1)
89
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(_ownerDataGridView.TryGetTarget(out var owner) && owner.Enabled),
System\Windows\Forms\Controls\DataGridView\DataGridView.TopRowAccessibleObject.cs (1)
250
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> _ownerDataGridView is null
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
690
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(_owner?.DataGridView?.Enabled ?? false),
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
269
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(Owner?.DataGridView?.Enabled ?? false),
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.DataGridViewRowAccessibleObject.cs (1)
480
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(Owner?.DataGridView?.Enabled ?? false),
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (1)
277
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(Owner?.DataGridView?.Enabled ?? false),
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.cs (1)
302
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(Owner?.DataGridView?.Enabled ?? false),
System\Windows\Forms\Controls\Labels\LinkLabel.Link.LinkAccessibleObject.cs (1)
94
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningLinkLabel.Enabled,
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (1)
169
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningListBox.Enabled,
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
187
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningListView.Enabled,
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (1)
181
case UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
:
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObject.cs (1)
124
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningListView.Enabled,
System\Windows\Forms\Controls\ListView\ListViewLabelEditAccessibleObject.cs (1)
50
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> _owningListView.TryGetTarget(out ListView? target) ? (VARIANT)target.Enabled : VARIANT.False,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarChildAccessibleObject.cs (1)
27
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)IsEnabled,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
357
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> VARIANT.True,
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
262
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObject.cs (1)
71
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)!IsReadOnly,
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (1)
123
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(OwningTabControl?.Enabled ?? false),
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
111
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_ownerItem.Enabled,
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
77
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(this.TryGetOwnerAs(out TrackBar? owner) && owner.Enabled),
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (1)
114
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)_owningTreeView.Enabled,
System\Windows\Forms\Controls\TreeView\TreeView.TreeViewAccessibleObject.cs (1)
52
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)(this.TryGetOwnerAs(out TreeView? owningTreeView) && owningTreeView.Enabled),
System\Windows\Forms\Controls\TreeView\TreeViewLabelEditAccessibleObject.cs (1)
39
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> _owningTreeView.TryGetTarget(out TreeView? target) ? (VARIANT)target.Enabled : VARIANT.False,
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
84
UIA_PROPERTY_ID.
UIA_IsEnabledPropertyId
=> (VARIANT)OwningScrollBar.Enabled,