1 write to _bounds
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\Validators\RectangleValidator.cs (1)
20
_bounds
= bounds;
2 references to _bounds
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\Validators\RectangleValidator.cs (2)
32
if (
_bounds
.HasValue)
35
Assert.Equal(
_bounds
.Value, (Rectangle)rectangle->rect);