4 references to Subject
System.Private.Windows.Core.TestUtilities (4)
FluentAssertions\FluentAssertExtensions.cs (4)
38parent.Subject.X.Should().BeApproximately(expectedValue.X, precision, because, becauseArgs); 39parent.Subject.Y.Should().BeApproximately(expectedValue.Y, precision, because, becauseArgs); 40parent.Subject.Width.Should().BeApproximately(expectedValue.Width, precision, because, becauseArgs); 41parent.Subject.Height.Should().BeApproximately(expectedValue.Height, precision, because, becauseArgs);