6 writes to _idProp
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
829
editPortionEvents[c].
_idProp
= p;
MS\Internal\AutomationProxies\WindowsListView.cs (3)
64
_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)
109
_idProp
= idProp;
3 references to _idProp
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WinEventTracker.cs (3)
418
ecp._idProp == evtIdProp.
_idProp
&&
433
eventCreateParams.Add (new EventCreateParams (hwnd, evtIdProp.
_idProp
, raiseEvents));
452
remove = (ecp._hwnd == hwnd && ecp._idProp == evtIdProp.
_idProp
);