23 references to IsBindingSet
System.Workflow.Activities (7)
Common\BasePropertyDescriptor.cs (1)
551
if (parameters[propertyName].
IsBindingSet
(WorkflowParameterBinding.ValueProperty))
Common\Walker.cs (1)
209
if (currentActivity.
IsBindingSet
(dependencyProperty))
ConstrainedGroup.cs (1)
168
if (codeCondition != null && codeCondition.
IsBindingSet
(CodeCondition.ConditionEvent))
CorrelationValidator.cs (1)
898
if (parameterBinding.
IsBindingSet
(WorkflowParameterBinding.ValueProperty))
InvokeWebService.cs (1)
474
if (invokeWebService.ParameterBindings[paramName].
IsBindingSet
(WorkflowParameterBinding.ValueProperty))
WebServiceReceive.cs (1)
579
if (webServiceReceive.ParameterBindings[paramName].
IsBindingSet
(WorkflowParameterBinding.ValueProperty))
WebServiceResponse.cs (1)
414
if (webServiceResponse.ParameterBindings[paramName].
IsBindingSet
(WorkflowParameterBinding.ValueProperty))
System.Workflow.ComponentModel (14)
AuthoringOM\Bind.cs (3)
115
if (dependencyObject.
IsBindingSet
(dependencyProperty))
1074
if ((value as DependencyObject).
IsBindingSet
(eventDependencyProperty))
1091
if (dependencyProperty != null && value is DependencyObject && (value as DependencyObject).
IsBindingSet
(dependencyProperty))
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
90
if (dependencyObject.
IsBindingSet
(dependencyProperty))
AuthoringOM\Design\ComponentSerializationService.cs (1)
657
if (activity.
IsBindingSet
(dependencyProperty))
AuthoringOM\Design\PropertyDescriptors.cs (2)
330
if (dependencyObj.
IsBindingSet
(dependencyProperty))
376
if (dependencyObj != null && dependencyProperty != null && dependencyObj.
IsBindingSet
(dependencyProperty))
AuthoringOM\ScheduleChanges.cs (2)
296
if (activity.
IsBindingSet
(dependencyProperty))
324
if (activity.
IsBindingSet
(dependencyProperty))
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
82
if (dependencyObject.
IsBindingSet
(dependencyProperty))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
1499
if (dependencyObject.
IsBindingSet
(dependencyProperty))
1817
if (((DependencyObject)obj).
IsBindingSet
(dependencyProperty))
Shared\BasePropertyDescriptor.cs (1)
550
if (parameters[propertyName].
IsBindingSet
(WorkflowParameterBinding.ValueProperty))
Shared\Walker.cs (1)
208
if (currentActivity.
IsBindingSet
(dependencyProperty))
System.WorkflowServices (2)
System\Workflow\Activities\ValidationHelper.cs (2)
419
!endpoint.
IsBindingSet
(ChannelToken.EndpointNameProperty))
905
if (parameterBindings[parameterName].
IsBindingSet
(WorkflowParameterBinding.ValueProperty))