4 references to RevertMergeInternal
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (2)
1350=> RevertMergeInternal(targetToolStrip, sourceToolStrip: null, revertMDIControls: false); 1356=> RevertMergeInternal(targetToolStrip, sourceToolStrip.OrThrowIfNull(nameof(sourceToolStrip)), revertMDIControls: false);
System\Windows\Forms\Form.cs (2)
6333ToolStripManager.RevertMergeInternal(mdiControlStrip.MergedMenu, mdiControlStrip, revertMDIControls: true); 6378ToolStripManager.RevertMergeInternal(MdiWindowListStrip.MergedMenu, MdiWindowListStrip, revertMDIControls: true);