18 instantiations of EventHandlerService
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentTray.cs (1)
94
_eventHandlerService = new
EventHandlerService
(this);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1026
_eventHandlerService ??= new
EventHandlerService
(_frame);
System.Windows.Forms.Design.Tests (16)
System\Windows\Forms\Design\EventHandlerServiceTests.cs (16)
11
EventHandlerService service =
new
(null);
15
service = new
EventHandlerService
(focusWnd);
22
EventHandlerService service =
new
(null);
30
EventHandlerService service =
new
(null);
38
EventHandlerService service =
new
(null);
50
EventHandlerService service =
new
(null);
63
EventHandlerService service =
new
(null);
77
EventHandlerService service =
new
(null);
90
EventHandlerService service =
new
(null);
98
EventHandlerService service =
new
(null);
106
EventHandlerService service =
new
(null);
122
EventHandlerService service =
new
(null);
132
EventHandlerService service =
new
(null);
148
EventHandlerService service =
new
(null);
156
EventHandlerService service =
new
(null);
169
EventHandlerService service =
new
(null);
17 references to EventHandlerService
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net10.0\System.Design.Forwards.cs (1)
90
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.
EventHandlerService
))]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
27
private
EventHandlerService
_eventHandlerService;
System.Windows.Forms.Design.Tests (15)
System\Windows\Forms\Design\EventHandlerServiceTests.cs (15)
11
EventHandlerService
service = new(null);
22
EventHandlerService
service = new(null);
30
EventHandlerService
service = new(null);
38
EventHandlerService
service = new(null);
50
EventHandlerService
service = new(null);
63
EventHandlerService
service = new(null);
77
EventHandlerService
service = new(null);
90
EventHandlerService
service = new(null);
98
EventHandlerService
service = new(null);
106
EventHandlerService
service = new(null);
122
EventHandlerService
service = new(null);
132
EventHandlerService
service = new(null);
148
EventHandlerService
service = new(null);
156
EventHandlerService
service = new(null);
169
EventHandlerService
service = new(null);