6 writes to _idProp
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
849
editPortionEvents[c].
_idProp
= p;
MS\Internal\AutomationProxies\WindowsListView.cs (3)
74
_groupEvents [0].
_idProp
= _groupEvents [1].
_idProp
= _groupEvents [2].
_idProp
= 0;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
55
_upDownEvents[0].
_idProp
= ScrollPattern.HorizontalScrollPercentProperty;
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
121
_idProp
= idProp;
3 references to _idProp
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WinEventTracker.cs (3)
429
ecp._idProp == evtIdProp.
_idProp
&&
444
eventCreateParams.Add (new EventCreateParams (hwnd, evtIdProp.
_idProp
, raiseEvents));
463
remove = (ecp._hwnd == hwnd && ecp._idProp == evtIdProp.
_idProp
);