1 override of ShouldSerializeLayoutStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1877
internal override bool
ShouldSerializeLayoutStyle
()
6 references to ShouldSerializeLayoutStyle
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripTests.cs (6)
7435
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeFalse();
7438
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7441
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7444
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7447
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7450
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeFalse();