7 overrides of AdviseEventRemoved
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
62
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
343
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
528
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
484
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
331
internal override void
AdviseEventRemoved
(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
113
internal override void
AdviseEventRemoved
( AutomationEvent eventId, AutomationProperty[] aidProps )
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
297
internal override void
AdviseEventRemoved
(AutomationEvent eventId, AutomationProperty[] aidProps)
10 references to AdviseEventRemoved
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
79
menuProxy.
AdviseEventRemoved
(eventId, aidProps);
82
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
344
AdviseEventRemoved
(eventId, properties);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
346
base.
AdviseEventRemoved
(eventId, aidProps);
376
listbox.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
554
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
345
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
115
base.
AdviseEventRemoved
(eventId, aidProps);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
299
base.
AdviseEventRemoved
(eventId, aidProps);
304
_elEdit.
AdviseEventRemoved
(eventId, aidProps);