1 implementation of Stretch
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1463
public bool
Stretch
4 references to Stretch
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
268
if (draggedControl.
Stretch
&& ToolStripPanelRow is not null)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
132
if (cell.DraggedControl.
Stretch
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (2)
21
if (toolStripToDrag is ISupportToolStripPanel toolStripToDragAsRaftingControl && toolStripToDragAsRaftingControl.
Stretch
)
28
if (control is ISupportToolStripPanel controlAsRaftingControl && controlAsRaftingControl.
Stretch
)