3 references to InlineRowTemplateProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (3)
293get { return (ControlTemplate)this.GetValue(PropertyContainer.InlineRowTemplateProperty); } 294set { this.SetValue(PropertyContainer.InlineRowTemplateProperty, value); } 306(e.Property == PropertyContainer.InlineRowTemplateProperty &&