120 references to UIA_EVENT_ID
System.Windows.Forms (81)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3233
internal virtual bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (2)
494
: RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_LiveRegionChangedEventId);
528
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (2)
128
AccessibilityObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextChangedEventId);
131
AccessibilityObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\ContextMenuStrip.cs (2)
151
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_MenuOpenedEventId);
166
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_MenuClosedEventId);
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\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (2)
183
GetSelectedComboBoxItemAccessibleObject()?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_SelectionItem_ElementSelectedEventId);
195
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
190
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1805
ChildEditAccessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
2499
ChildEditAccessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
2617
ChildEditAccessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
2785
ChildEditAccessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextChangedEventId);
2890
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
618
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1094
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1658
focusLink.AccessibleObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListBoxes\ListBox.AccessibleObject.cs (1)
182
focusedItem?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
1712
item.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
1716
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
1874
focused?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_SelectionItem_ElementSelectedEventId);
1877
focused?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
1881
AccessibilityObject?.GetChild(Items.Count - 1)?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (3)
253
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
254
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_SelectionItem_ElementSelectedEventId);
264
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListView.cs (3)
4766
focusedAccessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
4914
firstSelectedItem.AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
5996
accessibilityObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListViewGroup.ListViewGroupAccessibleObject.cs (1)
311
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
378
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemBaseAccessibleObject.cs (3)
274
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
275
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_SelectionItem_ElementSelectedEventId);
280
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\Menus\MenuStrip.cs (4)
171
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_MenuModeStartEventId);
172
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_MenuOpenedEventId);
189
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_MenuClosedEventId);
190
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_MenuModeEndEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarAccessibleObject.cs (1)
222
focusedCell.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (1)
254
focusedCell.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
206
focusedCell.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (2)
1427
((MonthCalendarAccessibleObject)AccessibilityObject).FocusedCell?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
2085
calendarAccessibleObject.RaiseAutomationEventForChild(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (4)
479
FocusedCell?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
485
internal void RaiseAutomationEventForChild(
UIA_EVENT_ID
automationEventId)
531
FocusedCell?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
548
=> FocusedCell?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObject.cs (1)
94
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
415
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
821
gridEntry.AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
1465
gridEntry.AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
134
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
57
focusedAccessibleObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\TabControl\TabControl.cs (3)
1218
SelectedTab.TabAccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
1984
SelectedTab.TabAccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_SelectionItem_ElementSelectedEventId);
1990
SelectedTab.TabAccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
2037
AccessibilityObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
2082
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
650
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
664
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
1546
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextChangedEventId);
1754
?
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId
1755
:
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
84
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (1)
450
RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (1)
26
return RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_LiveRegionChangedEventId);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
984
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationPropertyChangedEventId);
System\Windows\Forms\Controls\TreeView\TreeView.cs (5)
2097
e.Node.AccessibilityObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
2215
nodeAccessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
2216
nodeAccessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_SelectionItem_ElementSelectedEventId);
3083
SelectedNode?.AccessibilityObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
3442
SelectedNode?.AccessibilityObject?.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (3)
32
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextChangedEventId);
57
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
109
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_Text_TextSelectionChangedEventId);
System\Windows\Forms\Form.cs (2)
3297
accessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
4178
AccessibilityObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId);
System.Windows.Forms.Primitives (28)
Windows.Win32.IUIAutomation.g.cs (10)
1146
private static winmdroot.Foundation.HRESULT AddAutomationEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler)
1184
public unsafe void AddAutomationEventHandler(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler)
1186
((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IUIAutomation*)Unsafe.AsPointer(ref this), eventId, element, scope, cacheRequest, handler).ThrowOnFailure();
1192
private static winmdroot.Foundation.HRESULT RemoveAutomationEventHandler(IUIAutomation* pThis, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler)
1229
public unsafe void RemoveAutomationEventHandler(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler)
1231
((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IUIAutomation*)Unsafe.AsPointer(ref this), eventId, element, handler).ThrowOnFailure();
2332
internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT> AddAutomationEventHandler_33;
2334
internal delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT> RemoveAutomationEventHandler_34;
2562
unsafe winmdroot.Foundation.HRESULT AddAutomationEventHandler(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.TreeScope scope, winmdroot.UI.Accessibility.IUIAutomationCacheRequest* cacheRequest, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler);
2565
unsafe winmdroot.Foundation.HRESULT RemoveAutomationEventHandler(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.IUIAutomationElement* element, winmdroot.UI.Accessibility.IUIAutomationEventHandler* handler);
Windows.Win32.IUIAutomationEventHandler.g.cs (5)
58
private static winmdroot.Foundation.HRESULT HandleAutomationEvent(IUIAutomationEventHandler* pThis, winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId)
92
public unsafe void HandleAutomationEvent(winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId)
94
((delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationEventHandler*)Unsafe.AsPointer(ref this), sender, eventId).ThrowOnFailure();
124
internal delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.Foundation.HRESULT> HandleAutomationEvent_4;
151
unsafe winmdroot.Foundation.HRESULT HandleAutomationEvent(winmdroot.UI.Accessibility.IUIAutomationElement* sender, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId);
Windows.Win32.IUIAutomationProxyFactoryEntry.g.cs (10)
405
private static winmdroot.Foundation.HRESULT SetWinEventsForAutomationEvent(IUIAutomationProxyFactoryEntry* pThis, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Com.SAFEARRAY* winEvents)
439
public unsafe void SetWinEventsForAutomationEvent(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Com.SAFEARRAY* winEvents)
441
((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), eventId, propertyId, winEvents).ThrowOnFailure();
447
private static winmdroot.Foundation.HRESULT GetWinEventsForAutomationEvent(IUIAutomationProxyFactoryEntry* pThis, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Com.SAFEARRAY** winEvents)
479
public unsafe winmdroot.System.Com.SAFEARRAY* GetWinEventsForAutomationEvent(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId)
482
((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), eventId, propertyId, &__retVal).ThrowOnFailure();
535
internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT> SetWinEventsForAutomationEvent_15;
537
internal delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.UI.Accessibility.
UIA_EVENT_ID
,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetWinEventsForAutomationEvent_16;
611
unsafe winmdroot.Foundation.HRESULT SetWinEventsForAutomationEvent(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Com.SAFEARRAY* winEvents);
614
unsafe winmdroot.Foundation.HRESULT GetWinEventsForAutomationEvent(winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, winmdroot.System.Com.SAFEARRAY** winEvents);
Windows.Win32.PInvoke.UIAutomationCore.dll.g.cs (1)
101
internal static extern unsafe winmdroot.Foundation.HRESULT UiaRaiseAutomationEvent(winmdroot.UI.Accessibility.IRawElementProviderSimple* pProvider, winmdroot.UI.Accessibility.
UIA_EVENT_ID
id);
Windows.Win32.UI_Accessibility_IUIAutomationProxyFactoryEntry_Extensions.g.cs (2)
73
/// <inheritdoc cref="winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface.GetWinEventsForAutomationEvent(winmdroot.UI.Accessibility.
UIA_EVENT_ID
, winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Com.SAFEARRAY**)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT GetWinEventsForAutomationEvent(this winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry.Interface @this, winmdroot.UI.Accessibility.
UIA_EVENT_ID
eventId, winmdroot.UI.Accessibility.UIA_PROPERTY_ID propertyId, out winmdroot.System.Com.SAFEARRAY* winEvents)
System.Windows.Forms.Tests (11)
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
1080
Assert.Equal(isHandleCreated, accessibleObject.RaiseAutomationEvent(
UIA_EVENT_ID
.UIA_AutomationPropertyChangedEventId));
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (2)
223
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
225
if (eventId ==
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId)
System\Windows\Forms\AccessibleObjects\TabPage.TabAccessibleObjectTests.cs (3)
1139
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
1143
case
UIA_EVENT_ID
.UIA_SelectionItem_ElementSelectedEventId:
1146
case
UIA_EVENT_ID
.UIA_AutomationFocusChangedEventId:
System\Windows\Forms\ButtonTests.cs (1)
3806
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
System\Windows\Forms\CheckBoxTests.cs (1)
739
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
System\Windows\Forms\ComboBoxTests.cs (1)
2804
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
System\Windows\Forms\ListViewTests.cs (1)
6090
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)
System\Windows\Forms\RadioButtonTests.cs (1)
1644
internal override bool RaiseAutomationEvent(
UIA_EVENT_ID
eventId)