7 overrides of AdviseEventRemoved
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
57internal override void AdviseEventRemoved (AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
323internal override void AdviseEventRemoved (AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
514internal override void AdviseEventRemoved (AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
467internal override void AdviseEventRemoved (AutomationEvent eventId, AutomationProperty [] aidProps)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
325internal override void AdviseEventRemoved(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
94internal override void AdviseEventRemoved( AutomationEvent eventId, AutomationProperty[] aidProps )
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
283internal override void AdviseEventRemoved(AutomationEvent eventId, AutomationProperty[] aidProps)
10 references to AdviseEventRemoved
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\NonClientArea.cs (2)
72menuProxy?.AdviseEventRemoved(eventId, aidProps); 74base.AdviseEventRemoved(eventId, aidProps);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
321AdviseEventRemoved (eventId, properties);
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
326base.AdviseEventRemoved (eventId, aidProps); 354listbox.AdviseEventRemoved(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
540base.AdviseEventRemoved(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
338base.AdviseEventRemoved(eventId, aidProps);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
96base.AdviseEventRemoved(eventId, aidProps);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
285base.AdviseEventRemoved(eventId, aidProps); 288_elEdit?.AdviseEventRemoved(eventId, aidProps);