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