1 write to _flowLayoutPanel
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FlowLayoutPanelDesignerTests.cs (1)
29
_flowLayoutPanel
= new() { Site = new Mock<ISite>().Object };
11 references to _flowLayoutPanel
System.Windows.Forms.Design.Tests (11)
System\Windows\Forms\Design\FlowLayoutPanelDesignerTests.cs (11)
31
_designer.Initialize(
_flowLayoutPanel
);
37
_flowLayoutPanel
.Dispose();
44
_flowLayoutPanel
.Controls.Add(childControl);
56
_flowLayoutPanel
.Controls.Add(childControl);
95
_flowLayoutPanel
.FlowDirection = flowDirection;
109
_flowLayoutPanel
.RightToLeft = RightToLeft.Yes;
121
_flowLayoutPanel
.RightToLeft = rightToLeft;
193
_flowLayoutPanel
.Controls.Add(control1);
194
_flowLayoutPanel
.Controls.Add(control2);
205
_flowLayoutPanel
.Controls[0].Should().Be(control1);
206
_flowLayoutPanel
.Controls[1].Should().Be(control2);