24 references to IsLocked
System.Workflow.Activities (4)
Designers\StateDesigner.cs (4)
2044
enabled = GetIsEditable() && (!this.HasActiveDesigner) && !isInitialState && !isCompletedState && !
IsLocked
&& !IsStateCustomActivity;
2058
enabled = GetIsEditable() && (!this.HasActiveDesigner) && !isCompletedState && !
IsLocked
&& !IsStateCustomActivity;
2074
enabled = GetIsEditable() && (!this.HasActiveDesigner) && isLeafState && !isCompletedState && !hasStateInitialization && !
IsLocked
&& !IsStateCustomActivity;
2090
enabled = GetIsEditable() && (!this.HasActiveDesigner) && isLeafState && !isCompletedState && !hasStateFinalization && !
IsLocked
&& !IsStateCustomActivity;
System.Workflow.ComponentModel (18)
AuthoringOM\Design\ActivityDesigner.cs (6)
353
if (!
IsLocked
)
439
if (activity.Enabled && !isNestedInComment && !
IsLocked
&& activity.Site != null && !debugMode)
844
if (!
IsLocked
&& parentDesigner != null)
1137
if (
IsLocked
)
1200
if (
IsLocked
)
2224
verb.Enabled = (canBindProperty && !
IsLocked
);
AuthoringOM\Design\ActivityDesignerAccessibleObject.cs (1)
136
if (this.activityDesigner.
IsLocked
)
AuthoringOM\Design\CommandSet.cs (2)
526
if (activityDesigner == null || activityDesigner.
IsLocked
||
652
if (activityDesigner != null && !activityDesigner.
IsLocked
)
AuthoringOM\Design\CompositeActivityDesigner.cs (4)
76
if (
IsLocked
)
874
if (designer == null || designer.
IsLocked
)
998
if (designer == null || designer.
IsLocked
)
1477
if (Activity != e.Component && designer != null && designer.
IsLocked
)
AuthoringOM\Design\DesignerHelpers.cs (2)
1216
if (designer != null && designer.
IsLocked
)
1801
if (designer != null && designer.
IsLocked
)
AuthoringOM\Design\DesignerWidgets.cs (1)
3078
state |= (activityDesigner.
IsLocked
) ? AccessibleStates.ReadOnly : AccessibleStates.Moveable;
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (1)
169
if (this.connectorHitInfo.AssociatedDesigner.
IsLocked
)
AuthoringOM\Design\XomlDesignerLoader.cs (1)
891
if (!activityDesigner.
IsLocked
&& ActivityBindPropertyDescriptor.IsBindableProperty(propDesc) && !propDesc.IsReadOnly)
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivityDesigner.cs (1)
169
if (this.
IsLocked
)
System\Workflow\Activities\SendActivityDesigner.cs (1)
120
if (this.
IsLocked
)