15 references to UIA_IsContentElementPropertyId
System.Windows.Forms (8)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
40
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> VARIANT.True,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
116
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> VARIANT.True,
System\Windows\Forms\Controls\DataGridView\DataGridView.DataGridViewEditingPanelAccessibleObject.cs (1)
87
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> VARIANT.True,
System\Windows\Forms\Controls\DataGridView\DataGridView.TopRowAccessibleObject.cs (1)
249
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> VARIANT.True,
System\Windows\Forms\Controls\Menus\MenuStrip.MenuStripAccessibleObject.cs (1)
24
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> VARIANT.False,
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.ToolStripDropDownMenuAccessibleObject.cs (1)
28
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> (VARIANT)this.TryGetOwnerAs(out ContextMenuStrip? _),
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
115
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> VARIANT.True,
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.ToolStripOverflowAccessibleObject.cs (1)
40
UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
=> VARIANT.False,
System.Windows.Forms.Tests (7)
System\Windows\Forms\AccessibleObjects\ListViewLabelEditAccessibleObjectTests.cs (1)
39
Assert.True((bool)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
));
System\Windows\Forms\AccessibleObjects\MenuStrip.MenuStripAccessibleObjectTests.cs (1)
46
Assert.False((bool)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
));
System\Windows\Forms\AccessibleObjects\ToolStripDropDownMenu.ToolStripDropDownMenuAccessibleObjectTests.cs (3)
307
Assert.False((bool)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
));
319
Assert.False((bool)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
));
329
Assert.True((bool)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
));
System\Windows\Forms\AccessibleObjects\ToolStripItemAccessibleObjectTests.cs (1)
199
Assert.True((bool)accessibleObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
));
System\Windows\Forms\AccessibleObjects\TreeViewLabelEditAccessibleObjectTests.cs (1)
38
Assert.True((bool)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.
UIA_IsContentElementPropertyId
));