1 write to _objectIdCaret
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
552
_objectIdCaret
= new Hashtable(1, .1f);
3 references to _objectIdCaret
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (3)
83
if (
_objectIdCaret
== null)
87
raiseEvent = (RaiseEvent)
_objectIdCaret
[idProp];
553
_objectIdCaret
.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent));