1 write to _objectIdMenu
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
571
_objectIdMenu
= new Hashtable(1, .1f);
3 references to _objectIdMenu
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (3)
107
if (
_objectIdMenu
== null)
111
raiseEvent = (RaiseEvent)
_objectIdMenu
[idProp];
572
_objectIdMenu
.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleMenuItemInvokedEvent));