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