25 writes to _createOnEvent
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
35_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
43_createOnEvent = new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
45_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
54_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
62_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
41_createOnEvent = new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
37_createOnEvent = new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
40_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
48_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
87_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
34_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
36_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
49_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
54_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
40_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
40_createOnEvent = new WinEventTracker.ProxyRaiseEvents(RaiseEvents);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
44_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
41_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
45_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
48_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
39_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
41_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
39_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
38_createOnEvent = new WinEventTracker.ProxyRaiseEvents (RaiseEvents);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
101_createOnEvent = new WinEventTracker.ProxyRaiseEvents(WindowsUpDown.RaiseEvents);
7 references to _createOnEvent
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
74if (_createOnEvent == null) 96WinEventTracker.AddToNotificationList (_hwnd, _createOnEvent, aEvents, cEvents); 104if (_createOnEvent == null)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
506WinEventTracker.AddToNotificationList(hwndHeader, header._createOnEvent, aEvents, 1); 515WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents, 1); 535WinEventTracker.RemoveToNotificationList (hwndHeader, aEvents, header._createOnEvent, 1); 544WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents, 1);