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)
13
EventHandlerService service =
new
(null);
17
service = new
EventHandlerService
(focusWnd);
24
EventHandlerService service =
new
(null);
32
EventHandlerService service =
new
(null);
40
EventHandlerService service =
new
(null);
52
EventHandlerService service =
new
(null);
65
EventHandlerService service =
new
(null);
79
EventHandlerService service =
new
(null);
92
EventHandlerService service =
new
(null);
100
EventHandlerService service =
new
(null);
108
EventHandlerService service =
new
(null);
124
EventHandlerService service =
new
(null);
134
EventHandlerService service =
new
(null);
150
EventHandlerService service =
new
(null);
158
EventHandlerService service =
new
(null);
171
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)
13
EventHandlerService
service = new(null);
24
EventHandlerService
service = new(null);
32
EventHandlerService
service = new(null);
40
EventHandlerService
service = new(null);
52
EventHandlerService
service = new(null);
65
EventHandlerService
service = new(null);
79
EventHandlerService
service = new(null);
92
EventHandlerService
service = new(null);
100
EventHandlerService
service = new(null);
108
EventHandlerService
service = new(null);
124
EventHandlerService
service = new(null);
134
EventHandlerService
service = new(null);
150
EventHandlerService
service = new(null);
158
EventHandlerService
service = new(null);
171
EventHandlerService
service = new(null);