1 override of RaiseAutomationPropertyChangedEvent
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
531
internal override bool
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID propertyId, VARIANT oldValue, VARIANT newValue)
25 references to RaiseAutomationPropertyChangedEvent
System.Windows.Forms (25)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
533
&& base.
RaiseAutomationPropertyChangedEvent
(propertyId, oldValue, newValue);
System\Windows\Forms\Controls\Buttons\Button.cs (1)
213
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1154
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, textVariant, textVariant);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
551
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
456
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2526
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
3017
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (3)
1053
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
1071
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
1149
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\Labels\Label.cs (1)
1230
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, textVariant, textVariant);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
803
checkedItem?.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_ToggleToggleStatePropertyId, (VARIANT)(int)ice.CurrentValue, (VARIANT)(int)ice.NewValue);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4825
item.AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_ToggleToggleStatePropertyId, (VARIANT)(int)oldValue, (VARIANT)(int)newValue);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
822
gridEntry.AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
4526
_selectedGridEntry.AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1980
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_ValueValuePropertyId, textVariant, textVariant);
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.ToolStripButtonAccessibleObject.cs (1)
84
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (2)
507
accessibleObject.
RaiseAutomationPropertyChangedEvent
(
536
accessibleObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
983
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_ValueValuePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
2145
nodeAccessibleObject.
RaiseAutomationPropertyChangedEvent
(
2168
e.Node.AccessibilityObject?.
RaiseAutomationPropertyChangedEvent
(
2191
e.Node.AccessibilityObject?.
RaiseAutomationPropertyChangedEvent
(
2236
nodeAccessibleObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
365
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_RangeValueValuePropertyId, (VARIANT)(double)oldValue, (VARIANT)(double)_value);