30 instantiations of EvtIdProperty
UIAutomationClientsideProviders (30)
MS\Internal\AutomationProxies\ProxyHwnd.cs (15)
430new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent), 431new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectStateChange, idEvent) 441new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelectionAdd, idEvent), 442new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectSelection, idEvent) 457new WinEventTracker.EvtIdProperty (NativeMethods.EventSystemCaptureEnd, idEvent), // For SysHeaders 458new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectStateChange, idEvent), 459new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectValueChange, idEvent), // For WindowsScrollBarBits 460new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectInvoke, idEvent) 467new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectCreate, idEvent), 468new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectDestroy, idEvent), 469new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectReorder, idEvent) 476new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectLocationChange, idEvent), 477new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectTextSelectionChanged, idEvent) 488return new WinEventTracker.EvtIdProperty [1] { new WinEventTracker.EvtIdProperty (idWinEvent, idEvent) }; 546alEvents.Add (new WinEventTracker.EvtIdProperty (evtId [i], idProp));
MS\Internal\AutomationProxies\WindowsButton.cs (1)
309new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectInvoke, idEvent)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
97return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
143return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
469WinEventTracker.EvtIdProperty[] aEvtIdProperties = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, SelectionPattern.IsSelectionRequiredProperty) };
MS\Internal\AutomationProxies\WindowsListView.cs (4)
512WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.ColumnHeadersProperty) }; 521WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 541WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.ColumnHeadersProperty) }; 550WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) };
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
1131new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemMenuPopupStart, ExpandCollapsePattern.ExpandCollapseStateProperty), 1132new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemMenuPopupEnd, ExpandCollapsePattern.ExpandCollapseStateProperty), 1133new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectInvoke, InvokePattern.InvokedEvent)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
374new WinEventTracker.EvtIdProperty(NativeMethods.EVENT_OBJECT_HIDE, 0),
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
367new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectStateChange, idEvent), 368new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectCreate, idEvent), 369new WinEventTracker.EvtIdProperty (NativeMethods.EventObjectDestroy, idEvent)
48 references to EvtIdProperty
UIAutomationClientsideProviders (48)
MS\Internal\AutomationProxies\ProxyHwnd.cs (13)
91WinEventTracker.EvtIdProperty [] aEvents; 121WinEventTracker.EvtIdProperty [] aEvents; 420protected virtual WinEventTracker.EvtIdProperty [] EventToWinEvent (AutomationEvent idEvent, out int cEvent) 428return new WinEventTracker.EvtIdProperty[2] 439return new WinEventTracker.EvtIdProperty [2] 456return new WinEventTracker.EvtIdProperty[4] { 466return new WinEventTracker.EvtIdProperty[3] { 475return new WinEventTracker.EvtIdProperty[2] { 488return new WinEventTracker.EvtIdProperty [1] { new WinEventTracker.EvtIdProperty (idWinEvent, idEvent) }; 536private WinEventTracker.EvtIdProperty [] PropertyToWinEvent (AutomationProperty [] aProps, out int cEvent) 551WinEventTracker.EvtIdProperty [] aEvtIdProperties = new WinEventTracker.EvtIdProperty [alEvents.Count]; 556aEvtIdProperties [i] = (WinEventTracker.EvtIdProperty) alEvents [i];
MS\Internal\AutomationProxies\WindowsButton.cs (2)
301protected override WinEventTracker.EvtIdProperty[] EventToWinEvent(AutomationEvent idEvent, out int cEvent) 308return new WinEventTracker.EvtIdProperty[] {
MS\Internal\AutomationProxies\WindowsComboBox.cs (4)
323WinEventTracker.EvtIdProperty [] editPortionEvents; 361WinEventTracker.EvtIdProperty [] editPortionEvents; 822private static void CreateEditPortionEvents (out WinEventTracker.EvtIdProperty [] editPortionEvents, out int counter, AutomationProperty [] aidProps) 842editPortionEvents = new WinEventTracker.EvtIdProperty[c];
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
271protected override WinEventTracker.EvtIdProperty[] EventToWinEvent(AutomationEvent idEvent, out int cEvent)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (2)
92protected override WinEventTracker.EvtIdProperty[] EventToWinEvent(AutomationEvent idEvent, out int cEvent) 97return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WindowsHyperlink.cs (2)
138protected override WinEventTracker.EvtIdProperty[] EventToWinEvent(AutomationEvent idEvent, out int cEvent) 143return new WinEventTracker.EvtIdProperty[1] { new WinEventTracker.EvtIdProperty(NativeMethods.EventSystemCaptureEnd, idEvent) };
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
469WinEventTracker.EvtIdProperty[] aEvtIdProperties = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, SelectionPattern.IsSelectionRequiredProperty) };
MS\Internal\AutomationProxies\WindowsListView.cs (10)
70_groupEvents = new WinEventTracker.EvtIdProperty [3]; 512WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.ColumnHeadersProperty) }; 521WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 541WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectCreate, TablePattern.ColumnHeadersProperty) }; 550WinEventTracker.EvtIdProperty[] aEvents = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection, eventId) }; 2033private readonly static WinEventTracker.EvtIdProperty [] _groupEvents;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1130private readonly static WinEventTracker.EvtIdProperty [] _menuEvents = new WinEventTracker.EvtIdProperty [] {
MS\Internal\AutomationProxies\WindowsTab.cs (2)
53_upDownEvents = new WinEventTracker.EvtIdProperty [1]; 883private readonly static WinEventTracker.EvtIdProperty[] _upDownEvents;
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
372private readonly static WinEventTracker.EvtIdProperty[] _toolTipEventIds = new WinEventTracker.EvtIdProperty[]
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
361protected override WinEventTracker.EvtIdProperty [] EventToWinEvent (AutomationEvent idEvent, out int cEvent) 366return new WinEventTracker.EvtIdProperty [3] {
MS\Internal\AutomationProxies\WinEventTracker.cs (4)
59static internal void AddToNotificationList (IntPtr hwnd, ProxyRaiseEvents raiseEvents, EvtIdProperty[] aEvtIdProp, int cProps) 89static internal void RemoveToNotificationList (IntPtr hwnd, EvtIdProperty[] aEvtIdProp, ProxyRaiseEvents raiseEvents, int cProps) 353private static void BuildEventsList (EventFlag eFlag, IntPtr hwnd, ProxyRaiseEvents raiseEvents, EvtIdProperty[] aEvtIdProp, int cProps) 360EvtIdProperty evtIdProp = aEvtIdProp[i];