4 references to PropertyEntryProperty
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\StandardCategoryLayout.cs (1)
34propertyContainer.SetBinding(PropertyContainer.PropertyEntryProperty, new Binding());
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (1)
176e.Property == PropertyContainer.PropertyEntryProperty ||
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (2)
95get { return (PropertyEntry)this.GetValue(PropertyContainer.PropertyEntryProperty); } 96set { this.SetValue(PropertyContainer.PropertyEntryProperty, value); }