1 implementation of GetErrors
WindowsBase.Tests (1)
System\ComponentModel\ErrorsChangedEventManagerTests.cs (1)
266
public IEnumerable
GetErrors
(string? propertyName) => throw new NotImplementedException();
1 reference to GetErrors
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
2341
IEnumerable ie = indei.
GetErrors
(propertyName);