4 references to PropertyEntryProperty
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\StandardCategoryLayout.cs (1)
34propertyContainer.SetBinding(PropertyContainer.PropertyEntryProperty, new Binding());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (1)
176e.Property == PropertyContainer.PropertyEntryProperty ||
cdf\src\NetFx40\Tools\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); }