4 overrides of PropertyToWinEvent
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
87
protected override int[]
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
411
protected override int[]
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1551
protected override int []
PropertyToWinEvent
(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
345
protected override int []
PropertyToWinEvent
(AutomationProperty idProp)
5 references to PropertyToWinEvent
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
94
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
542
int [] evtId =
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
422
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1561
return base.
PropertyToWinEvent
(idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
356
return base.
PropertyToWinEvent
(idProp);