25 writes to _createOnEvent
UIAutomationClientsideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
32
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
51
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
52
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
62
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
72
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
48
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
44
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
48
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
56
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
94
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
42
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
47
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
57
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
61
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
49
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
50
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
51
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
48
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
54
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
46
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
46
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
48
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
48
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
47
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
109
_createOnEvent
= new WinEventTracker.ProxyRaiseEvents(WindowsUpDown.RaiseEvents);
7 references to _createOnEvent
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
85
if (
_createOnEvent
== null)
107
WinEventTracker.AddToNotificationList (_hwnd,
_createOnEvent
, aEvents, cEvents);
115
if (
_createOnEvent
== null)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
513
WinEventTracker.AddToNotificationList(hwndHeader, header.
_createOnEvent
, aEvents, 1);
522
WinEventTracker.AddToNotificationList(_hwnd,
_createOnEvent
, aEvents, 1);
542
WinEventTracker.RemoveToNotificationList (hwndHeader, aEvents, header.
_createOnEvent
, 1);
551
WinEventTracker.AddToNotificationList(_hwnd,
_createOnEvent
, aEvents, 1);