1 write to _objectIdCaret
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
565
_objectIdCaret
= new Hashtable(1, .1f);
3 references to _objectIdCaret
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (3)
96
if (
_objectIdCaret
== null)
100
raiseEvent = (RaiseEvent)
_objectIdCaret
[idProp];
566
_objectIdCaret
.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent));