13 references to IsEditable
System.Workflow.ComponentModel (13)
AuthoringOM\Design\CommandSet.cs (2)
430
if (compositeDesigner == null || !compositeDesigner.
IsEditable
)
888
if (compositeDesigner == null || !compositeDesigner.
IsEditable
)
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
745
if (!
IsEditable
)
867
if (!
IsEditable
)
992
if (!
IsEditable
)
AuthoringOM\Design\FreeFormDesigner.cs (1)
201
return (this.enableUserDrawnConnectors &&
IsEditable
);
AuthoringOM\Design\MessageFilters\DragDropManager.cs (4)
294
if (compositeDesigner != null && !compositeDesigner.
IsEditable
)
354
(compositeDesigner != null && !compositeDesigner.
IsEditable
))
462
(this.dropTargetDesigner is CompositeActivityDesigner && !((CompositeActivityDesigner)this.dropTargetDesigner).
IsEditable
))
728
if (!compositeDesigner.
IsEditable
|| !compositeDesigner.CanInsertActivities(dropLocation, new List<Activity>(this.draggedActivities).AsReadOnly()))
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
325
verb.Enabled =
IsEditable
;
AuthoringOM\Design\SecondaryViewProvider.cs (2)
42
bool locked = !designer.
IsEditable
;
185
if (activityType == null || parentActivity == null || !this.parentDesigner.
IsEditable
)