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