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)
7403
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeFalse();
7406
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7409
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7412
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7415
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeTrue();
7418
toolStrip.
ShouldSerializeLayoutStyle
().Should().BeFalse();