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