Base:
method
ValidateChanges
System.Workflow.ComponentModel.WorkflowChangeAction.ValidateChanges(System.Workflow.ComponentModel.Activity)
1 override of ValidateChanges
System.Workflow.ComponentModel (1)
AuthoringOM\ScheduleChanges.cs (1)
849
protected internal override ValidationErrorCollection
ValidateChanges
(Activity contextActivity)
1 reference to ValidateChanges
System.Workflow.ComponentModel (1)
AuthoringOM\ScheduleChanges.cs (1)
851
ValidationErrorCollection errors = base.
ValidateChanges
(contextActivity);