1 write to _bounds
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\Validators\TextOutValidator.cs (1)
24
_bounds
= bounds;
2 references to _bounds
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\Validators\TextOutValidator.cs (2)
43
if (
_bounds
.HasValue)
45
Assert.Equal(
_bounds
.Value, (Rectangle)textOut->rclBounds);