7 overrides of AdviseEventRemoved
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
58
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
324
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
515
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
468
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
326
internal override void
AdviseEventRemoved
(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
95
internal override void
AdviseEventRemoved
( AutomationEvent eventId, AutomationProperty[] aidProps )
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
284
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty[] aidProps)
10 references to AdviseEventRemoved
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
73
menuProxy?.
AdviseEventRemoved
(eventId, aidProps);
75
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
322
AdviseEventRemoved
(eventId, properties);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
327
base.
AdviseEventRemoved
(eventId, aidProps);
355
listbox.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
541
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
339
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
97
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
286
base.
AdviseEventRemoved
(eventId, aidProps);
289
_elEdit?.
AdviseEventRemoved
(eventId, aidProps);