112 references to IsAccessibilityObjectCreated
System.Windows.Forms (85)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
85if (_owningControl.TryGetTarget(out Control? target) && !target.IsAccessibilityObjectCreated)
System\Windows\Forms\ContextMenuStrip.cs (2)
149if (IsAccessibilityObjectCreated) 164if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
239if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1167if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
442if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
363if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
43&& _owner.IsAccessibilityObjectCreated
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (7)
1789if (IsAccessibilityObjectCreated && _childEdit is not null && ChildEditAccessibleObject.Bounds.Contains(PointToScreen(e.Location))) 2421if (IsAccessibilityObjectCreated) 2491if (IsAccessibilityObjectCreated && _childEdit is not null && ContainsNavigationKeyCode(e.KeyCode)) 2593if (IsAccessibilityObjectCreated) 2777if (IsAccessibilityObjectCreated && _childEdit is not null) 2877if (IsAccessibilityObjectCreated) 3066if (!IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
29if (!_owner.IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
82if (IsAccessibilityObjectCreated) 25601if (!IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
388internal bool IsParentAccessibilityObjectCreated => DataGridView is not null && DataGridView.IsAccessibilityObjectCreated;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
989if (DataGridView.IsAccessibilityObjectCreated && DataGridView.AccessibilityObject is Control.ControlAccessibleObject accessibleObject)
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\DateTimePicker\DateTimePicker.cs (4)
1053if (IsAccessibilityObjectCreated) 1071if (IsAccessibilityObjectCreated) 1093if (IsAccessibilityObjectCreated) 1143if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1221if (!IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1656if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
797if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (4)
1313if (IsAccessibilityObjectCreated && AccessibilityObject is ListBoxAccessibleObject accessibilityObject) 1708if (IsHandleCreated && IsAccessibilityObjectCreated) 1869if (IsHandleCreated && IsAccessibilityObjectCreated) 2047if (IsAccessibilityObjectCreated && AccessibilityObject is ListBoxAccessibleObject accessibilityObject)
System\Windows\Forms\Controls\ListView\ListView.cs (6)
2211if (IsAccessibilityObjectCreated 4424if (IsAccessibilityObjectCreated && GroupsEnabled && e.GroupIndex >= 0 && e.GroupIndex < Groups.Count) 4770IsAccessibilityObjectCreated && 4810if (e.Item.ListView == this && IsAccessibilityObjectCreated) 4919if (IsAccessibilityObjectCreated) 6001if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
376if (_listView.IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (2)
169if (!TabStop && !DesignMode && IsAccessibilityObjectCreated) 187if (!TabStop && !DesignMode && IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
1431if (IsAccessibilityObjectCreated) 1485if (OsVersion.IsWindows8OrGreater() && IsAccessibilityObjectCreated) 2088if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2957if (IsAccessibilityObjectCreated && dropDown && !_gridView.DropDownVisible)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
333&& ownerGridView.IsAccessibilityObjectCreated 470&& ownerGridView.IsAccessibilityObjectCreated
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (5)
796if (gridEntry is not null && IsAccessibilityObjectCreated) 1440if (gridEntry is not null && IsAccessibilityObjectCreated) 2171if (sender is DropDownButton dropDownButton && dropDownButton.IsAccessibilityObjectCreated) 2418if (EditTextBox.IsAccessibilityObjectCreated) 4499if (_selectedGridEntry is not null && IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
132if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2406if (Parent?.IsAccessibilityObjectCreated == true)
System\Windows\Forms\Controls\TabControl\TabControl.cs (3)
1218if (IsAccessibilityObjectCreated && SelectedTab is not null) 1986if (IsAccessibilityObjectCreated && SelectedTab?.ParentInternal is TabControl) 1991if (IsAccessibilityObjectCreated && SelectedTab?.ParentInternal is TabControl &&
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
1802if (IsAccessibilityObjectCreated) 2035if (IsHandleCreated && IsAccessibilityObjectCreated && ContainsNavigationKeyCode(e.KeyCode)) 2076if (IsHandleCreated && IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
595if (IsAccessibilityObjectCreated) 654if (IsHandleCreated && IsAccessibilityObjectCreated && ContainsNavigationKeyCode(e.KeyCode)) 664if (IsHandleCreated && IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1550if (IsAccessibilityObjectCreated) 1757if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3920if (!IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3628internal bool IsParentAccessibilityObjectCreated => ParentInternal is not null && ParentInternal.IsAccessibilityObjectCreated;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
982if (IsAccessibilityObjectCreated)
System\Windows\Forms\Controls\TreeView\TreeView.cs (7)
2102if (IsAccessibilityObjectCreated && !e.CancelEdit && e.Node is not null) 2122if (IsAccessibilityObjectCreated && e.Node is not null) 2156if (IsAccessibilityObjectCreated && e.Node is not null) 2179if (IsAccessibilityObjectCreated && e.Node is not null) 2214if (IsAccessibilityObjectCreated && e.Node is not null) 3094if (IsAccessibilityObjectCreated) 3452if (m.LParamInternal == PInvoke.UiaRootObjectId && SupportsUiaProviders && !IsAccessibilityObjectCreated && Focused)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
340if (IsAccessibilityObjectCreated
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (4)
28if (IsAccessibilityObjectCreated && value != base.Text) 51if (IsHandleCreated && IsAccessibilityObjectCreated) 107if (IsHandleCreated && IsAccessibilityObjectCreated && ContainsNavigationKeyCode(e.KeyCode)) 118if (IsAccessibilityObjectCreated)
System\Windows\Forms\Form.cs (1)
4200if (Focused && IsAccessibilityObjectCreated && ActiveControl is null)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
846&& IsAccessibilityObjectCreated
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
365if (IsAccessibilityObjectCreated)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
619if (tool is null || !tool.IsAccessibilityObjectCreated)
System.Windows.Forms.Tests (27)
System\Windows\Forms\AccessibleObjects\ButtonBase.ButtonBaseAccessibleObjectTests.cs (1)
261Assert.True(control.IsAccessibilityObjectCreated);
System\Windows\Forms\AccessibleObjects\LabelAccessibleObjectTests.cs (1)
139Assert.True(control.IsAccessibilityObjectCreated);
System\Windows\Forms\AccessibleObjects\LinkLabel.LinkLabelAccessibleObjectTests.cs (2)
184Assert.True(linkLabel.IsAccessibilityObjectCreated); 188Assert.False(linkLabel.IsAccessibilityObjectCreated);
System\Windows\Forms\AccessibleObjects\ToolStripComboBox.ToolStripComboBoxAccessibleObjectTests.cs (2)
22Assert.True(toolStripComboBox.Control.IsAccessibilityObjectCreated); 26Assert.False(toolStripComboBox.Control.IsAccessibilityObjectCreated);
System\Windows\Forms\AccessibleObjects\ToolStripControlHost.ToolStripControlHostAccessibleObjectTests.cs (2)
81Assert.True(toolStripControlHost.Control.IsAccessibilityObjectCreated); 85Assert.False(toolStripControlHost.Control.IsAccessibilityObjectCreated);
System\Windows\Forms\AccessibleObjects\ToolStripDropDownItemAccessibleObjectTests.cs (2)
216Assert.True(toolStripDropDownItem.DropDown.IsAccessibilityObjectCreated); 220Assert.False(toolStripDropDownItem.DropDown.IsAccessibilityObjectCreated);
System\Windows\Forms\Combobox.ObjectCollectionTests.cs (3)
1459Assert.False(comboBox.IsAccessibilityObjectCreated); 1472Assert.False(comboBox.IsAccessibilityObjectCreated); 1485Assert.False(comboBox.IsAccessibilityObjectCreated);
System\Windows\Forms\ComboBoxTests.cs (12)
2184Assert.False(comboBox.IsAccessibilityObjectCreated); 2206Assert.True(comboBox.IsAccessibilityObjectCreated); 2226Assert.False(comboBox.IsAccessibilityObjectCreated); 2248Assert.True(comboBox.IsAccessibilityObjectCreated); 2291Assert.False(comboBox.IsAccessibilityObjectCreated); 2311Assert.True(comboBox.IsAccessibilityObjectCreated); 2331Assert.False(comboBox.IsAccessibilityObjectCreated); 2351Assert.True(comboBox.IsAccessibilityObjectCreated); 2367Assert.False(comboBox.IsAccessibilityObjectCreated); 2382Assert.False(comboBox.IsAccessibilityObjectCreated); 2398Assert.True(comboBox.IsAccessibilityObjectCreated); 2417Assert.True(comboBox.IsAccessibilityObjectCreated);
System\Windows\Forms\ListViewTests.cs (1)
5271listView.IsAccessibilityObjectCreated.Should().BeFalse();
System\Windows\Forms\ToolStripItemTests.cs (1)
7086Assert.True(toolStrip.IsAccessibilityObjectCreated);