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