1 instantiation of MSAAEventDispatcher
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
52_dispatcher = new MSAAEventDispatcher();
4 references to MSAAEventDispatcher
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
45internal static MSAAEventDispatcher Dispatcher 401private static MSAAEventDispatcher _dispatcher; // The global singleton event dispatcher. Access via Dispatcher property.
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
286MSAAEventDispatcher.Dispatcher.AdviseEventAdded(_hwnd, eventId, properties); 304MSAAEventDispatcher.Dispatcher.AdviseEventRemoved(_hwnd, eventId, properties);