3 references to AffectedControl
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
587
if (levent is not null && levent.
AffectedControl
is not null && AutoScroll)
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
1017
if (e.
AffectedControl
!= null)
1019
compName = e.
AffectedControl
.Name;