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