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