4 overrides of PropertyToWinEvent
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
80
protected override int[]
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
396
protected override int[]
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1540
protected override int []
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
331
protected override int []
PropertyToWinEvent
(AutomationProperty idProp)
5 references to PropertyToWinEvent
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
87
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
515
int[] evtId =
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
407
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1550
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
342
return base.
PropertyToWinEvent
(idProp);