1 instantiation of PropertyChangedException
xunit.assert (1)
Sdk\Exceptions\PropertyChangedException.cs (1)
29 new PropertyChangedException(
10 references to PropertyChangedException
Microsoft.DotNet.XUnitAssert.Tests (4)
PropertyAssertsTests.cs (4)
26 Assert.IsType<PropertyChangedException>(ex); 37 Assert.IsType<PropertyChangedException>(ex); 79 Assert.IsType<PropertyChangedException>(ex); 92 Assert.IsType<PropertyChangedException>(ex);
xunit.assert (6)
PropertyAsserts.cs (4)
26 /// <exception cref="PropertyChangedException">Thrown when the notification is not raised</exception> 47 throw PropertyChangedException.ForUnsetProperty(propertyName); 73 /// <exception cref="PropertyChangedException">Thrown when the notification is not raised</exception> 94 throw PropertyChangedException.ForUnsetProperty(propertyName);
Sdk\Exceptions\PropertyChangedException.cs (2)
24 /// Creates a new instance of the <see cref="PropertyChangedException"/> class to be thrown 28 public static PropertyChangedException ForUnsetProperty(string propertyName) =>