4 overrides of PropertyToWinEvent
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
79protected override int[] PropertyToWinEvent(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
395protected override int[] PropertyToWinEvent(AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1539protected override int [] PropertyToWinEvent (AutomationProperty idProp)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
330protected override int [] PropertyToWinEvent (AutomationProperty idProp)
5 references to PropertyToWinEvent
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
86return base.PropertyToWinEvent(idProp);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
514int[] evtId = PropertyToWinEvent(idProp);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
406return base.PropertyToWinEvent(idProp);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1549return base.PropertyToWinEvent (idProp);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
341return base.PropertyToWinEvent (idProp);