1 write to _objectIdWindow
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
520_objectIdWindow = new Hashtable(7, .1f);
8 references to _objectIdWindow
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\EventManager.cs (8)
65if (_objectIdWindow == null) 69raiseEvent = (RaiseEvent)_objectIdWindow[idProp]; 521_objectIdWindow.Add(ValuePattern.IsReadOnlyProperty, new RaiseEvent(HandleIsReadOnlyProperty)); 522_objectIdWindow.Add(AutomationElement.StructureChangedEvent, new RaiseEvent(HandleStructureChangedEventWindow)); 523_objectIdWindow.Add(WindowPattern.CanMaximizeProperty, new RaiseEvent(HandleCanMaximizeProperty)); 524_objectIdWindow.Add(WindowPattern.CanMinimizeProperty, new RaiseEvent(HandleCanMinimizeProperty)); 525_objectIdWindow.Add(TogglePattern.ToggleStateProperty, new RaiseEvent(HandleToggleStateProperty)); 526_objectIdWindow.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleWindowInvokedEvent));