7 overrides of AdviseEventRemoved
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
65
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
330
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
521
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
473
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
333
internal override void
AdviseEventRemoved
(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
102
internal override void
AdviseEventRemoved
( AutomationEvent eventId, AutomationProperty[] aidProps )
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
289
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty[] aidProps)
10 references to AdviseEventRemoved
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
82
menuProxy.
AdviseEventRemoved
(eventId, aidProps);
85
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
333
AdviseEventRemoved
(eventId, properties);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
333
base.
AdviseEventRemoved
(eventId, aidProps);
363
listbox.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
547
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
347
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
104
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
291
base.
AdviseEventRemoved
(eventId, aidProps);
296
_elEdit.
AdviseEventRemoved
(eventId, aidProps);