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