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