3 references to CannotModifyChildren
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (3)
2335if (!IsDynamicMode(this) && CannotModifyChildren(this, false)) 2338if (IsDynamicMode(this) && CannotModifyChildren(this, true)) 2461return CannotModifyChildren(compositeActivity.Parent, parent);