1 write to _control
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlDesigner.TransparentBehaviorTests.cs (1)
17
_control
= new();
4 references to _control
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ControlDesigner.TransparentBehaviorTests.cs (4)
18
_designer.Initialize(
_control
);
25
_control
.Dispose();
65
controlRect.Should().Be(
_control
.RectangleToScreen(
_control
.ClientRectangle));