3 implementations of AdviseEventRemoved
PresentationCore (1)
MS\Internal\Automation\ElementProxy.cs (1)
231public void AdviseEventRemoved(int eventID, int[] properties)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
284void IRawElementProviderAdviseEvents.AdviseEventRemoved(int eventIdAsInt, int[] propertiesAsInts)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
308void IRawElementProviderAdviseEvents.AdviseEventRemoved(int eventIdAsInt, int[] propertiesAsInts)