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