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