19 references to IsMetaProperty
System.Workflow.ComponentModel (17)
AuthoringOM\Compiler\Validation\DependencyObjectValidator.cs (1)
122
(dependencyProperty.DefaultMetadata.
IsMetaProperty
) &&
AuthoringOM\DependencyObject.cs (7)
126
if (dependencyProperty.DefaultMetadata != null && dependencyProperty.DefaultMetadata.
IsMetaProperty
&& !typeof(ActivityBind).IsAssignableFrom(dependencyProperty.PropertyType))
215
if (dependencyProperty.DefaultMetadata.
IsMetaProperty
)
260
if (!this.DesignMode && (dependencyProperty.DefaultMetadata.
IsMetaProperty
&& dependencyProperty != Design.ConditionTypeConverter.DeclarativeConditionDynamicProp))
276
if (dependencyProperty.DefaultMetadata.
IsMetaProperty
)
308
if (dependencyProperty.DefaultMetadata != null && dependencyProperty.DefaultMetadata.
IsMetaProperty
)
334
if (dependencyEvent.DefaultMetadata != null && dependencyEvent.DefaultMetadata.
IsMetaProperty
)
380
if (dependencyEvent.DefaultMetadata != null && dependencyEvent.DefaultMetadata.
IsMetaProperty
)
AuthoringOM\DependencyProperty.cs (1)
182
if (isEvent && defaultMetadata != null && defaultMetadata.
IsMetaProperty
)
AuthoringOM\Design\ComponentSerializationService.cs (1)
652
if (dependencyProperty != null && !dependencyProperty.DefaultMetadata.
IsMetaProperty
)
AuthoringOM\Design\PropertyDescriptors.cs (1)
690
if (typeof(DependencyObject).IsAssignableFrom(propertyDescriptor.ComponentType) && dependencyProperty != null && !dependencyProperty.DefaultMetadata.
IsMetaProperty
)
AuthoringOM\Design\WorkflowInlining.cs (1)
394
if (dependencyProperty.Name == parameterProperty.Name && dependencyProperty.DefaultMetadata.
IsMetaProperty
)
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
92
(dependencyProperty.IsAttached || (!dependencyProperty.DefaultMetadata.
IsMetaProperty
&& value is ActivityBind)))
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (4)
744
if (dependencyProperty.IsAttached || !dependencyProperty.DefaultMetadata.
IsMetaProperty
)
1487
if (!dependencyProperty.IsAttached && !dependencyProperty.DefaultMetadata.
IsMetaProperty
)
1507
if (!dependencyProperty.IsAttached && !dependencyProperty.DefaultMetadata.
IsMetaProperty
)
1528
if (!dependencyProperty.DefaultMetadata.
IsMetaProperty
&& dependencyProperty.IsAttached && VerifyAttachedPropertyConditions(dependencyProperty))
System.Workflow.Runtime (2)
System\Activities\Statements\InteropEnvironment.cs (1)
377
if (dependencyProperty != null && dependencyProperty.DefaultMetadata.
IsMetaProperty
)
WorkflowDefinitionDispenser.cs (1)
350
if (dependencyProperty.Name == property.Name && dependencyProperty.DefaultMetadata.
IsMetaProperty
)