4 overrides of PropertyToWinEvent
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
90
protected override int[]
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
403
protected override int[]
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1545
protected override int []
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
336
protected override int []
PropertyToWinEvent
(AutomationProperty idProp)
5 references to PropertyToWinEvent
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
97
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
531
int [] evtId =
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
414
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1555
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
347
return base.
PropertyToWinEvent
(idProp);