Base:
method
RaiseAutomationEvent
System.Windows.Forms.AccessibleObject.RaiseAutomationEvent(Windows.Win32.UI.Accessibility.UIA_EVENT_ID)
4 overrides of RaiseAutomationEvent
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (1)
223internal override bool RaiseAutomationEvent(UIA_EVENT_ID eventId)
System\Windows\Forms\ButtonTests.cs (1)
3806internal override bool RaiseAutomationEvent(UIA_EVENT_ID eventId)
System\Windows\Forms\CheckBoxTests.cs (1)
739internal override bool RaiseAutomationEvent(UIA_EVENT_ID eventId)
System\Windows\Forms\RadioButtonTests.cs (1)
1644internal override bool RaiseAutomationEvent(UIA_EVENT_ID eventId)
10 references to RaiseAutomationEvent
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
494: RaiseAutomationEvent(UIA_EVENT_ID.UIA_LiveRegionChangedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
195RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObject.cs (1)
94RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
84RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Form.cs (1)
3312accessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationFocusChangedEventId);
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
1080Assert.Equal(isHandleCreated, accessibleObject.RaiseAutomationEvent(UIA_EVENT_ID.UIA_AutomationPropertyChangedEventId));
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (1)
230return base.RaiseAutomationEvent(eventId);
System\Windows\Forms\ButtonTests.cs (1)
3813return base.RaiseAutomationEvent(eventId);
System\Windows\Forms\CheckBoxTests.cs (1)
742return base.RaiseAutomationEvent(eventId);
System\Windows\Forms\RadioButtonTests.cs (1)
1647return base.RaiseAutomationEvent(eventId);