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