3 implementations of AdviseEventAdded
PresentationCore (1)
MS\Internal\Automation\ElementProxy.cs (1)
225public void AdviseEventAdded(int eventID, int[] properties)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
265void IRawElementProviderAdviseEvents.AdviseEventAdded(int eventIdAsInt, int[] propertiesAsInts)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
289void IRawElementProviderAdviseEvents.AdviseEventAdded(int eventIdAsInt, int[] propertiesAsInts)