6 writes to _evtId
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
850editPortionEvents[c]._evtId = (p == ValuePattern.ValueProperty) ? NativeMethods.EventObjectValueChange : NativeMethods.EventObjectStateChange;
MS\Internal\AutomationProxies\WindowsListView.cs (3)
71_groupEvents [0]._evtId = NativeMethods.EventObjectReorder; 72_groupEvents [1]._evtId = NativeMethods.EventObjectHide; 73_groupEvents [2]._evtId = NativeMethods.EventObjectDestroy;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
54_upDownEvents[0]._evtId = NativeMethods.EventObjectValueChange;
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
120_evtId = evtId;
2 references to _evtId
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WinEventTracker.cs (2)
363int evt = Array.BinarySearch (_eventIdToIndex, evtIdProp._evtId); 413hookParams._evtId = evtIdProp._evtId;