2 instantiations of PropertyChangedException
xunit.assert (2)
PropertyAsserts.cs (2)
46 throw new PropertyChangedException(propertyName); 92 throw new PropertyChangedException(propertyName);
7 references to PropertyChangedException
Microsoft.DotNet.XUnitAssert.Tests (4)
PropertyAssertsTests.cs (4)
27 Assert.IsType<PropertyChangedException>(ex); 40 Assert.IsType<PropertyChangedException>(ex); 96 Assert.IsType<PropertyChangedException>(ex); 109 Assert.IsType<PropertyChangedException>(ex);
xunit.assert (3)
PropertyAsserts.cs (2)
26 /// <exception cref="PropertyChangedException">Thrown when the notification is not raised</exception> 72 /// <exception cref="PropertyChangedException">Thrown when the notification is not raised</exception>
Sdk\Exceptions\PropertyChangedException.cs (1)
18 /// Creates a new instance of the <see cref="PropertyChangedException"/> class. Call this constructor