2 references to OnParentCursorChanged
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
6675
children[i].
OnParentCursorChanged
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1354
public new void OnParentCursorChanged(EventArgs e) => base.
OnParentCursorChanged
(e);