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)
241
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1173
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, textVariant, textVariant);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
441
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
364
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2429
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
2912
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)
4808
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)
1547
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)
505
accessibleObject.
RaiseAutomationPropertyChangedEvent
(
534
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)
2128
nodeAccessibleObject.
RaiseAutomationPropertyChangedEvent
(
2151
e.Node.AccessibilityObject?.
RaiseAutomationPropertyChangedEvent
(
2174
e.Node.AccessibilityObject?.
RaiseAutomationPropertyChangedEvent
(
2219
nodeAccessibleObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
365
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_RangeValueValuePropertyId, (VARIANT)(double)oldValue, (VARIANT)(double)_value);