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