8 references to Property
System.Workflow.ComponentModel (8)
AuthoringOM\Bind.cs (8)
980if (validationContext.Property is PropertyInfo) 982type = Helpers.GetBaseType(validationContext.Property as PropertyInfo, validationContext.PropertyOwner, serviceProvider); 984else if (validationContext.Property is DependencyProperty) 987DependencyProperty dependencyProperty = validationContext.Property as DependencyProperty; 1008if (validationContext.Property is PropertyInfo) 1010accessType = Helpers.GetAccessType(validationContext.Property as PropertyInfo, validationContext.PropertyOwner, serviceProvider); 1012else if (validationContext.Property is DependencyProperty) 1016accessType = basetypeProvider.GetAccessType(serviceProvider, ((DependencyProperty)validationContext.Property).Name);