1 write to _objectIdMenu
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
557
_objectIdMenu
= new Hashtable(1, .1f);
3 references to _objectIdMenu
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (3)
93
if (
_objectIdMenu
== null)
97
raiseEvent = (RaiseEvent)
_objectIdMenu
[idProp];
558
_objectIdMenu
.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleMenuItemInvokedEvent));