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