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();
83
bool result =
_designer
.TestAccessor().Dynamic.AllowGenericDragBox;
97
bool result =
_designer
.TestAccessor().Dynamic.HorizontalFlow;
111
FlowDirection result =
_designer
.TestAccessor().Dynamic.RTLTranslateFlowDirection(input);
123
bool result =
_designer
.TestAccessor().Dynamic.IsRtl;
137
Rectangle result =
_designer
.TestAccessor().Dynamic.GetMarginBounds(control);
153
_designer
.TestAccessor().Dynamic.OnDragEnter(dragEventArgs);
155
int insertionIndex =
_designer
.TestAccessor().Dynamic._insertionIndex;
158
Point lastMouseLocation =
_designer
.TestAccessor().Dynamic._lastMouseLocation;
165
_designer
.TestAccessor().Dynamic.OnDragLeave(EventArgs.Empty);
167
int insertionIndex =
_designer
.TestAccessor().Dynamic._insertionIndex;
182
_designer
.TestAccessor().Dynamic.OnDragOver(dragEventArgs);
184
int insertionIndex =
_designer
.TestAccessor().Dynamic._insertionIndex;
203
_designer
.TestAccessor().Dynamic.OnDragDrop(dragEventArgs);