141 references to DependencyPropertyOptions
System.Workflow.Activities (37)
ConditionalBranch.cs (1)
40
public static readonly DependencyProperty ConditionProperty = DependencyProperty.Register("Condition", typeof(ActivityCondition), typeof(IfElseBranchActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
ConstrainedGroup.cs (2)
37
public static readonly DependencyProperty WhenConditionProperty = DependencyProperty.RegisterAttached("WhenCondition", typeof(ActivityCondition), typeof(ConditionedActivityGroup), new PropertyMetadata(
DependencyPropertyOptions
.Metadata), typeof(WhenUnlessConditionDynamicPropertyValidator));
40
public static readonly DependencyProperty UntilConditionProperty = DependencyProperty.Register("UntilCondition", typeof(ActivityCondition), typeof(ConditionedActivityGroup), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
EventSinkActivity.cs (5)
30
public static readonly DependencyProperty CorrelationTokenProperty = DependencyProperty.Register("CorrelationToken", typeof(CorrelationToken), typeof(HandleExternalEventActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
32
public static readonly DependencyProperty ParameterBindingsProperty = DependencyProperty.Register("ParameterBindings", typeof(WorkflowParameterBindingCollection), typeof(HandleExternalEventActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
37
public static readonly DependencyProperty InterfaceTypeProperty = DependencyProperty.Register("InterfaceType", typeof(System.Type), typeof(HandleExternalEventActivity), new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
38
public static readonly DependencyProperty EventNameProperty = DependencyProperty.Register("EventName", typeof(string), typeof(HandleExternalEventActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
InvokeMethodActivity.cs (5)
30
public static readonly DependencyProperty CorrelationTokenProperty = DependencyProperty.Register("CorrelationToken", typeof(CorrelationToken), typeof(CallExternalMethodActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
31
public static readonly DependencyProperty ParameterBindingsProperty = DependencyProperty.Register("ParameterBindings", typeof(WorkflowParameterBindingCollection), typeof(CallExternalMethodActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
34
public static readonly DependencyProperty InterfaceTypeProperty = DependencyProperty.Register("InterfaceType", typeof(System.Type), typeof(CallExternalMethodActivity), new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
35
public static readonly DependencyProperty MethodNameProperty = DependencyProperty.Register("MethodName", typeof(string), typeof(CallExternalMethodActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
InvokeSchedule.cs (3)
38
public static readonly DependencyProperty TargetWorkflowProperty = DependencyProperty.Register("TargetWorkflow", typeof(Type), typeof(InvokeWorkflowActivity), new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
39
public static readonly DependencyProperty ParameterBindingsProperty = DependencyProperty.Register("ParameterBindings", typeof(WorkflowParameterBindingCollection), typeof(InvokeWorkflowActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
InvokeWebService.cs (5)
62
public static readonly DependencyProperty ProxyClassProperty = DependencyProperty.Register("ProxyClass", typeof(Type), typeof(InvokeWebServiceActivity), new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
63
public static readonly DependencyProperty MethodNameProperty = DependencyProperty.Register("MethodName", typeof(string), typeof(InvokeWebServiceActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata));
64
public static readonly DependencyProperty SessionIdProperty = DependencyProperty.Register("SessionId", typeof(string), typeof(InvokeWebServiceActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata));
65
public static readonly DependencyProperty ParameterBindingsProperty = DependencyProperty.Register("ParameterBindings", typeof(WorkflowParameterBindingCollection), typeof(InvokeWebServiceActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
Policy.cs (1)
34
public static readonly DependencyProperty RuleSetReferenceProperty = DependencyProperty.Register("RuleSetReference", typeof(RuleSetReference), typeof(PolicyActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
Rules\RuleDefinitions.cs (1)
19
public static readonly DependencyProperty RuleDefinitionsProperty = DependencyProperty.RegisterAttached("RuleDefinitions", typeof(RuleDefinitions), typeof(RuleDefinitions), new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata, new GetValueOverride(OnGetRuleConditions), null, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
SetState.cs (1)
34
public static readonly DependencyProperty TargetStateNameProperty = DependencyProperty.Register(TargetStateNamePropertyName, typeof(string), typeof(SetStateActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata, new ValidationOptionAttribute(ValidationOption.Optional)));
StateMachineWorkflow.cs (2)
34
public static readonly DependencyProperty InitialStateNameProperty = DependencyProperty.Register(StateMachineWorkflowActivity.InitialStateNamePropertyName, typeof(string), typeof(StateMachineWorkflowActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
35
public static readonly DependencyProperty CompletedStateNameProperty = DependencyProperty.Register(StateMachineWorkflowActivity.CompletedStateNamePropertyName, typeof(string), typeof(StateMachineWorkflowActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
Task.cs (1)
38
public static readonly DependencyProperty UntilConditionProperty = DependencyProperty.Register("UntilCondition", typeof(ActivityCondition), typeof(ReplicatorActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
WebServiceFault.cs (1)
32
public static readonly DependencyProperty InputActivityNameProperty = DependencyProperty.Register("InputActivityName", typeof(string), typeof(WebServiceFaultActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata));
WebServiceReceive.cs (5)
35
public static readonly DependencyProperty IsActivatingProperty = DependencyProperty.Register("IsActivating", typeof(bool), typeof(WebServiceInputActivity), new PropertyMetadata(false,
DependencyPropertyOptions
.Metadata));
36
public static readonly DependencyProperty InterfaceTypeProperty = DependencyProperty.Register("InterfaceType", typeof(Type), typeof(WebServiceInputActivity), new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
37
public static readonly DependencyProperty MethodNameProperty = DependencyProperty.Register("MethodName", typeof(string), typeof(WebServiceInputActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata));
41
public static readonly DependencyProperty ParameterBindingsProperty = DependencyProperty.Register("ParameterBindings", typeof(WorkflowParameterBindingCollection), typeof(WebServiceInputActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
WebServiceResponse.cs (3)
30
public static readonly DependencyProperty InputActivityNameProperty = DependencyProperty.Register("InputActivityName", typeof(string), typeof(WebServiceOutputActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata));
33
public static readonly DependencyProperty ParameterBindingsProperty = DependencyProperty.Register("ParameterBindings", typeof(WorkflowParameterBindingCollection), typeof(WebServiceOutputActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
While.cs (1)
32
public static readonly DependencyProperty ConditionProperty = DependencyProperty.Register("Condition", typeof(ActivityCondition), typeof(WhileActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) }));
System.Workflow.ComponentModel (59)
AuthoringOM\Activity.cs (13)
144
private static DependencyProperty NameProperty = DependencyProperty.Register("Name", typeof(string), typeof(Activity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata, new ValidationOptionAttribute(ValidationOption.Required)));
145
private static DependencyProperty DescriptionProperty = DependencyProperty.Register("Description", typeof(string), typeof(Activity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata));
146
private static DependencyProperty EnabledProperty = DependencyProperty.Register("Enabled", typeof(bool), typeof(Activity), new PropertyMetadata(true,
DependencyPropertyOptions
.Metadata));
147
private static DependencyProperty QualifiedNameProperty = DependencyProperty.Register("QualifiedName", typeof(string), typeof(Activity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly));
148
private static DependencyProperty DottedPathProperty = DependencyProperty.Register("DottedPath", typeof(string), typeof(Activity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly));
152
internal static readonly DependencyProperty SynchronizationHandlesProperty = DependencyProperty.Register("SynchronizationHandles", typeof(ICollection<String>), typeof(Activity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
159
private static readonly DependencyProperty SerializedStreamLengthProperty = DependencyProperty.RegisterAttached("SerializedStreamLength", typeof(long), typeof(Activity), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
174
internal static readonly DependencyProperty WorkflowDefinitionProperty = DependencyProperty.RegisterAttached("WorkflowDefinition", typeof(Activity), typeof(Activity), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
177
internal static readonly DependencyProperty WorkflowRuntimeProperty = DependencyProperty.RegisterAttached("WorkflowRuntime", typeof(IServiceProvider), typeof(Activity), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
201
internal static readonly DependencyProperty CustomActivityProperty = DependencyProperty.Register("CustomActivity", typeof(bool), typeof(Activity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
1920
private static DependencyProperty CanModifyActivitiesProperty = DependencyProperty.Register("CanModifyActivities", typeof(bool), typeof(CompositeActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
AuthoringOM\ActivityExecutionContext.cs (2)
44
public static readonly DependencyProperty CurrentExceptionProperty = DependencyProperty.RegisterAttached("CurrentException", typeof(Exception), typeof(ActivityExecutionContext), new PropertyMetadata(null,
DependencyPropertyOptions
.Default, null, EnforceExceptionSemantics, true));
46
internal static readonly DependencyProperty CachedGrantedLocksProperty = DependencyProperty.RegisterAttached("CachedGrantedLocks", typeof(Dictionary<string, GrantedLock>), typeof(ActivityExecutionContext), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (1)
24
internal static readonly DependencyProperty TransactionOptionsProperty = DependencyProperty.Register("TransactionOptions", typeof(WorkflowTransactionOptions), typeof(CompensatableTransactionScopeActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
AuthoringOM\Behaviors\Compensate.cs (1)
31
public static readonly DependencyProperty TargetActivityNameProperty = DependencyProperty.Register("TargetActivityName", typeof(string), typeof(CompensateActivity), new PropertyMetadata("",
DependencyPropertyOptions
.Metadata));
AuthoringOM\Behaviors\ExceptionHandler.cs (1)
29
public static readonly DependencyProperty FaultTypeProperty = DependencyProperty.Register("FaultType", typeof(Type), typeof(FaultHandlerActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
AuthoringOM\Behaviors\TransactionScope.cs (1)
24
internal static readonly DependencyProperty TransactionOptionsProperty = DependencyProperty.Register("TransactionOptions", typeof(WorkflowTransactionOptions), typeof(TransactionScopeActivity), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content) }));
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (2)
25
public static readonly DependencyProperty TimeoutDurationProperty = DependencyProperty.Register("TimeoutDuration", typeof(TimeSpan), typeof(WorkflowTransactionOptions), new PropertyMetadata(new TimeSpan(0, 0, 30),
DependencyPropertyOptions
.Metadata));
26
public static readonly DependencyProperty IsolationLevelProperty = DependencyProperty.Register("IsolationLevel", typeof(IsolationLevel), typeof(WorkflowTransactionOptions), new PropertyMetadata(IsolationLevel.Serializable,
DependencyPropertyOptions
.Metadata));
AuthoringOM\DependencyObject.cs (5)
23
private static DependencyProperty SiteProperty = DependencyProperty.Register("Site", typeof(ISite), typeof(DependencyObject), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
24
private static DependencyProperty ReadonlyProperty = DependencyProperty.Register("Readonly", typeof(bool), typeof(DependencyObject), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
26
private static DependencyProperty UserDataProperty = DependencyProperty.Register("UserData", typeof(IDictionary), typeof(DependencyObject), new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
AuthoringOM\DependencyProperty.cs (2)
179
bool isEvent = (typeof(System.Delegate).IsAssignableFrom(propertyType) && (defaultMetadata == null || (defaultMetadata.Options &
DependencyPropertyOptions
.DelegateProperty) == 0));
272
this.isEvent = (typeof(System.Delegate).IsAssignableFrom(this.propertyType) && (this.defaultMetadata == null || (this.defaultMetadata.Options &
DependencyPropertyOptions
.DelegateProperty) == 0));
AuthoringOM\ParameterBinding.cs (1)
19
public static readonly DependencyProperty ParameterNameProperty = DependencyProperty.Register("ParameterName", typeof(string), typeof(WorkflowParameterBinding), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
AuthoringOM\PropertyMetadata.cs (16)
30
private
DependencyPropertyOptions
options =
DependencyPropertyOptions
.Default;
40
: this(defaultValue, default(
DependencyPropertyOptions
))
45
public PropertyMetadata(
DependencyPropertyOptions
options)
50
public PropertyMetadata(object defaultValue,
DependencyPropertyOptions
options)
56
: this(defaultValue, default(
DependencyPropertyOptions
), null, null, attributes)
60
public PropertyMetadata(object defaultValue,
DependencyPropertyOptions
options, params Attribute[] attributes)
65
public PropertyMetadata(
DependencyPropertyOptions
options, params Attribute[] attributes)
71
: this(null, default(
DependencyPropertyOptions
), null, null, attributes)
76
public PropertyMetadata(object defaultValue,
DependencyPropertyOptions
options, GetValueOverride getValueOverride, SetValueOverride setValueOverride)
83
public PropertyMetadata(object defaultValue,
DependencyPropertyOptions
options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, params Attribute[] attributes)
90
internal PropertyMetadata(object defaultValue,
DependencyPropertyOptions
options, GetValueOverride getValueOverride, SetValueOverride setValueOverride, bool shouldAlwaysCallOverride, params Attribute[] attributes)
136
public
DependencyPropertyOptions
Options
155
return (this.options &
DependencyPropertyOptions
.Metadata) > 0;
162
return (this.options &
DependencyPropertyOptions
.NonSerialized) > 0;
170
return (this.options &
DependencyPropertyOptions
.ReadOnly) > 0;
AuthoringOM\ScheduleChanges.cs (3)
28
public static readonly DependencyProperty ConditionProperty = DependencyProperty.RegisterAttached("Condition", typeof(ActivityCondition), typeof(WorkflowChanges), new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
29
internal static DependencyProperty WorkflowChangeActionsProperty = DependencyProperty.RegisterAttached("WorkflowChangeActions", typeof(IList), typeof(WorkflowChanges), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
30
internal static DependencyProperty WorkflowChangeVersionProperty = DependencyProperty.RegisterAttached("WorkflowChangeVersion", typeof(Guid), typeof(WorkflowChanges), new PropertyMetadata(Guid.Empty,
DependencyPropertyOptions
.NonSerialized));
AuthoringOM\Sequence.cs (1)
23
private static DependencyProperty ActiveChildRemovedProperty = DependencyProperty.RegisterAttached("ActiveChildRemoved", typeof(bool), typeof(SequenceHelper), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (10)
34
public static readonly DependencyProperty XClassProperty = DependencyProperty.RegisterAttached("XClass", typeof(string), typeof(WorkflowMarkupSerializer), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
35
public static readonly DependencyProperty XCodeProperty = DependencyProperty.RegisterAttached("XCode", typeof(CodeTypeMemberCollection), typeof(WorkflowMarkupSerializer), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new BrowsableAttribute(false), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) }));
977
isReadOnly = ((dependencyProperty.DefaultMetadata.Options &
DependencyPropertyOptions
.ReadOnly) ==
DependencyPropertyOptions
.ReadOnly);
1475
if ((dependencyProperty.DefaultMetadata.Options &
DependencyPropertyOptions
.ReadOnly) ==
DependencyPropertyOptions
.ReadOnly)
1802
isReadOnly = ((dependencyProperty.DefaultMetadata.Options &
DependencyPropertyOptions
.ReadOnly) ==
DependencyPropertyOptions
.ReadOnly);
1918
isReadOnly = ((dependencyProperty.DefaultMetadata.Options &
DependencyPropertyOptions
.ReadOnly) ==
DependencyPropertyOptions
.ReadOnly);
System.Workflow.Runtime (7)
CorrelationToken.cs (2)
26
internal static readonly DependencyProperty NameProperty = DependencyProperty.Register("Name", typeof(string), typeof(CorrelationToken), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new BrowsableAttribute(false) }));
27
internal static readonly DependencyProperty OwnerActivityNameProperty = DependencyProperty.Register("OwnerActivityName", typeof(string), typeof(CorrelationToken), new PropertyMetadata(
DependencyPropertyOptions
.Metadata, new Attribute[] { new TypeConverterAttribute(typeof(PropertyValueProviderTypeConverter)) }));
WorkflowDefinitionDispenser.cs (1)
589
internal static readonly DependencyProperty WorkflowDefinitionLockObjectProperty = DependencyProperty.RegisterAttached("WorkflowDefinitionLockObject", typeof(object), typeof(WorkflowDefinitionLock), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
WorkflowExecutor.cs (3)
28
internal readonly static DependencyProperty WorkflowExecutorProperty = DependencyProperty.RegisterAttached("WorkflowExecutor", typeof(IWorkflowCoreRuntime), typeof(WorkflowExecutor), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
32
internal readonly static DependencyProperty TransientBatchProperty = DependencyProperty.RegisterAttached("TransientBatch", typeof(IWorkBatch), typeof(WorkflowExecutor), new PropertyMetadata(null,
DependencyPropertyOptions
.NonSerialized, new GetValueOverride(GetTransientBatch), null));
33
internal readonly static DependencyProperty TransactionalPropertiesProperty = DependencyProperty.RegisterAttached("TransactionalProperties", typeof(TransactionalProperties), typeof(WorkflowExecutor), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
WorkflowQueuingService.cs (1)
35
public readonly static DependencyProperty PendingMessagesProperty = DependencyProperty.RegisterAttached("PendingMessages", typeof(Queue), typeof(WorkflowQueuingService), new PropertyMetadata(
DependencyPropertyOptions
.NonSerialized));
System.WorkflowServices (38)
System\Workflow\Activities\ChannelToken.cs (2)
40
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata,
48
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata,
System\Workflow\Activities\ContextToken.cs (2)
35
DependencyPropertyOptions
.Metadata,
44
DependencyPropertyOptions
.Metadata,
System\Workflow\Activities\DynamicContractTypeBuilder.cs (1)
27
new PropertyMetadata(null,
DependencyPropertyOptions
.NonSerialized));
System\Workflow\Activities\OperationInfo.cs (5)
25
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
31
new PropertyMetadata(false,
DependencyPropertyOptions
.Metadata));
37
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly,
47
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
System\Workflow\Activities\OperationInfoBase.cs (4)
31
new PropertyMetadata(null,
DependencyPropertyOptions
.NonSerialized));
37
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
43
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
49
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
System\Workflow\Activities\OperationParameterInfo.cs (4)
28
new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
34
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
40
new PropertyMetadata(typeof(void),
DependencyPropertyOptions
.Metadata));
46
new PropertyMetadata(-1,
DependencyPropertyOptions
.Metadata));
System\Workflow\Activities\ReceiveActivity.cs (6)
60
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata,
69
new PropertyMetadata(false,
DependencyPropertyOptions
.Metadata));
76
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
83
new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly));
90
new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
System\Workflow\Activities\SendActivity.cs (4)
60
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
67
new PropertyMetadata(
DependencyPropertyOptions
.Metadata |
DependencyPropertyOptions
.ReadOnly));
74
new PropertyMetadata(
DependencyPropertyOptions
.Metadata));
System\Workflow\Activities\TypedOperationInfo.cs (1)
26
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
System\Workflow\Activities\WorkflowServiceAttributes.cs (9)
25
new PropertyMetadata(AddressFilterMode.Exact,
DependencyPropertyOptions
.Metadata));
30
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
35
new PropertyMetadata(false,
DependencyPropertyOptions
.Metadata));
40
new PropertyMetadata(false,
DependencyPropertyOptions
.Metadata));
45
new PropertyMetadata(65536,
DependencyPropertyOptions
.Metadata));
50
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
55
new PropertyMetadata(null,
DependencyPropertyOptions
.Metadata));
60
new PropertyMetadata(true,
DependencyPropertyOptions
.Metadata));
65
new PropertyMetadata(true,
DependencyPropertyOptions
.Metadata));