5 references to UIA_AutomationPropertyChangedEventId
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
242
AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationPropertyChangedEventId
);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
442
AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationPropertyChangedEventId
);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
365
AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationPropertyChangedEventId
);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
984
AccessibilityObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationPropertyChangedEventId
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
1080
Assert.Equal(isHandleCreated, accessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.
UIA_AutomationPropertyChangedEventId
));