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