4 references to HasErrorsProperty
System.Activities.Presentation (4)
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);