2 overrides of ToolStrip_RescaleConstants
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
731
internal override void
ToolStrip_RescaleConstants
(int oldDpi, int newDpi) {
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
241
internal override void
ToolStrip_RescaleConstants
(int oldDpi, int newDpi) {
3 references to ToolStrip_RescaleConstants
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
771
base.
ToolStrip_RescaleConstants
(oldDpi, newDpi);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
3577
owner.rescaleConstsCallbackDelegate -=
ToolStrip_RescaleConstants
;
3582
owner.rescaleConstsCallbackDelegate +=
ToolStrip_RescaleConstants
;