1 instantiation of PropertyChangedException
xunit.assert (1)
Sdk\Exceptions\PropertyChangedException.cs (1)
32 new PropertyChangedException(
10 references to PropertyChangedException
Microsoft.DotNet.XUnitAssert.Tests (4)
Asserts\PropertyAssertsTests.cs (4)
23 Assert.IsType<PropertyChangedException>(ex); 34 Assert.IsType<PropertyChangedException>(ex); 76 Assert.IsType<PropertyChangedException>(ex); 89 Assert.IsType<PropertyChangedException>(ex);
xunit.assert (6)
PropertyAsserts.cs (4)
28 /// <exception cref="PropertyChangedException">Thrown when the notification is not raised</exception> 53 throw PropertyChangedException.ForUnsetProperty(propertyName); 79 /// <exception cref="PropertyChangedException">Thrown when the notification is not raised</exception> 104 throw PropertyChangedException.ForUnsetProperty(propertyName);
Sdk\Exceptions\PropertyChangedException.cs (2)
27 /// Creates a new instance of the <see cref="PropertyChangedException"/> class to be thrown 31 public static PropertyChangedException ForUnsetProperty(string propertyName) =>