1 implementation of HasErrors
WindowsBase.Tests (1)
System\ComponentModel\ErrorsChangedEventManagerTests.cs (1)
260
public bool
HasErrors
=> throw new NotImplementedException();
1 reference to HasErrors
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
2330
if (indei != null && indei.
HasErrors
)