4 references to HasErrorsProperty
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
62readonly static string[] DefaultProperties = new string[] { HasErrorsProperty, AutomationIdProperty, TimestampProperty }; 488if (string.Equals(propertyName, HasErrorsProperty)) 682instance.RaisePropertyChangedEvent(DesignObjectWrapper.HasErrorsProperty); 693instance.RaisePropertyChangedEvent(DesignObjectWrapper.HasErrorsProperty);