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