8 references to ToolStripPanel
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (8)
92
ToolStripPanel currentOwner =
ToolStripPanel
;
126
ToolStripPanel
.SuspendLayout();
140
ToolStripPanel
.ResumeLayout();
227
using LayoutTransaction t = new(
ToolStripPanel
, control, PropertyNames.Parent);
238
if (
ToolStripPanel
is not null &&
ToolStripPanel
.ParentInternal is not null)
240
layoutTransaction = new LayoutTransaction(
ToolStripPanel
,
ToolStripPanel
.ParentInternal, PropertyNames.Parent);