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