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