16 references to RaiseAutomationEvent
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ComboBox.cs (4)
2966AccessibilityObject.RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId); 4796RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId); 5015itemAccessibleObject.RaiseAutomationEvent(NativeMethods.UIA_SelectionItem_ElementSelectedEventId); 5022RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId);
winforms\Managed\System\WinForms\Control.cs (1)
19916return RaiseAutomationEvent(NativeMethods.UIA_LiveRegionChangedEventId);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5426RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId);
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
266AccessibilityObject.RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
324RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
3113RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
965gridEntry.AccessibilityObject.RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId); 1748gridEntry.AccessibilityObject.RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId); 6403RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId); 6517RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId); 7057RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4560RaiseAutomationEvent(NativeMethods.UIA_AutomationFocusChangedEventId);
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
262return RaiseAutomationEvent(NativeMethods.UIA_LiveRegionChangedEventId);