1 override of RaiseAutomationEvent
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
529
internal override bool
RaiseAutomationEvent
(UIA_EVENT_ID eventId)
2 references to RaiseAutomationEvent
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
530
=> this.IsOwnerHandleCreated(out Control? _) && base.
RaiseAutomationEvent
(eventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
504
FocusedCell?.
RaiseAutomationEvent
(automationEventId);