4 references to IsBindableProperty
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
2219
canBindProperty = (propertyContext != null && ActivityBindPropertyDescriptor.
IsBindableProperty
(propertyContext.PropertyDescriptor) && !propertyContext.PropertyDescriptor.IsReadOnly);
AuthoringOM\Design\PropertyDescriptors.cs (2)
192
else if (!(propDesc is ActivityBindPropertyDescriptor) && ActivityBindPropertyDescriptor.
IsBindableProperty
(propDesc))
228
if (!(propertyDescriptor is ActivityBindPropertyDescriptor) && ActivityBindPropertyDescriptor.
IsBindableProperty
(propertyDescriptor))
AuthoringOM\Design\XomlDesignerLoader.cs (1)
891
if (!activityDesigner.IsLocked && ActivityBindPropertyDescriptor.
IsBindableProperty
(propDesc) && !propDesc.IsReadOnly)