1 write to _control
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlDesigner.TransparentBehaviorTests.cs (1)
19
_control
= new();
4 references to _control
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ControlDesigner.TransparentBehaviorTests.cs (4)
20
_designer.Initialize(
_control
);
27
_control
.Dispose();
67
controlRect.Should().Be(
_control
.RectangleToScreen(
_control
.ClientRectangle));