Base:
property
LayoutEngine
System.Windows.Forms.Control.LayoutEngine
2 overrides of LayoutEngine
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
191public override LayoutEngine LayoutEngine {
winforms\Managed\System\WinForms\ToolStripOverflow.cs (1)
109public override LayoutEngine LayoutEngine {
5 references to LayoutEngine
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
851if ((LayoutEngine is ToolStripSplitStackLayout) && (GripStyle == ToolStripGripStyle.Visible)){ 2458Size prefSize = LayoutEngine.GetPreferredSize(this, proposedSize - padding.Size); 4354if (this.LayoutEngine is ToolStripSplitStackLayout) { 4677if (LayoutEngine is ToolStripSplitStackLayout && layoutStyle == ToolStripLayoutStyle.StackWithOverflow) {
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
121if (ParentInternal != null && ParentInternal.LayoutEngine is ToolStripSplitStackLayout) {