1 write to _designer
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FlowLayoutPanelDesignerTests.cs (1)
30_designer = new();
17 references to _designer
System.Windows.Forms.Design.Tests (17)
System\Windows\Forms\Design\FlowLayoutPanelDesignerTests.cs (17)
31_designer.Initialize(_flowLayoutPanel); 36_designer.Dispose(); 70_designer.TestAccessor.Dynamic.PreFilterProperties(properties); 78_designer.AllowSetChildIndexOnDrop.Should().BeFalse(); 83bool result = _designer.TestAccessor.Dynamic.AllowGenericDragBox; 97bool result = _designer.TestAccessor.Dynamic.HorizontalFlow; 111FlowDirection result = _designer.TestAccessor.Dynamic.RTLTranslateFlowDirection(input); 123bool result = _designer.TestAccessor.Dynamic.IsRtl; 137Rectangle result = _designer.TestAccessor.Dynamic.GetMarginBounds(control); 153_designer.TestAccessor.Dynamic.OnDragEnter(dragEventArgs); 155int insertionIndex = _designer.TestAccessor.Dynamic._insertionIndex; 158Point lastMouseLocation = _designer.TestAccessor.Dynamic._lastMouseLocation; 165_designer.TestAccessor.Dynamic.OnDragLeave(EventArgs.Empty); 167int insertionIndex = _designer.TestAccessor.Dynamic._insertionIndex; 182_designer.TestAccessor.Dynamic.OnDragOver(dragEventArgs); 184int insertionIndex = _designer.TestAccessor.Dynamic._insertionIndex; 203_designer.TestAccessor.Dynamic.OnDragDrop(dragEventArgs);