4 references to OnLocationChanged
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
506
private void HandleLocationChanged(object? sender, EventArgs e) =>
OnLocationChanged
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2232
OnLocationChanged
(e);
3246
OnLocationChanged
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripItemTests.cs (1)
15561
public new void OnLocationChanged(EventArgs e) => base.
OnLocationChanged
(e);