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);