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