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