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)
242
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1170
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, textVariant, textVariant);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
445
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
366
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2423
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
2906
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (3)
1055
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
1073
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
1151
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\Labels\Label.cs (1)
1232
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_NamePropertyId, textVariant, textVariant);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
801
checkedItem?.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_ToggleToggleStatePropertyId, (VARIANT)(int)ice.CurrentValue, (VARIANT)(int)ice.NewValue);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4815
item.AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_ToggleToggleStatePropertyId, (VARIANT)(int)oldValue, (VARIANT)(int)newValue);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
799
gridEntry.AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
4503
_selectedGridEntry.AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1554
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)
985
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_ValueValuePropertyId, nameVariant, nameVariant);
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
2135
nodeAccessibleObject.
RaiseAutomationPropertyChangedEvent
(
2158
e.Node.AccessibilityObject?.
RaiseAutomationPropertyChangedEvent
(
2181
e.Node.AccessibilityObject?.
RaiseAutomationPropertyChangedEvent
(
2226
nodeAccessibleObject.
RaiseAutomationPropertyChangedEvent
(
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
367
AccessibilityObject.
RaiseAutomationPropertyChangedEvent
(UIA_PROPERTY_ID.UIA_RangeValueValuePropertyId, (VARIANT)(double)oldValue, (VARIANT)(double)_value);