7 overrides of AdviseEventRemoved
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
57
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
323
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
514
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
467
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
325
internal override void
AdviseEventRemoved
(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
94
internal override void
AdviseEventRemoved
( AutomationEvent eventId, AutomationProperty[] aidProps )
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
283
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty[] aidProps)
10 references to AdviseEventRemoved
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
72
menuProxy?.
AdviseEventRemoved
(eventId, aidProps);
74
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
321
AdviseEventRemoved
(eventId, properties);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
326
base.
AdviseEventRemoved
(eventId, aidProps);
354
listbox.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
540
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
338
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
96
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
285
base.
AdviseEventRemoved
(eventId, aidProps);
288
_elEdit?.
AdviseEventRemoved
(eventId, aidProps);