5 references to ShowAdvancedHeaderProperty
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (5)
150get { return (bool)this.GetValue(CategoryContainer.ShowAdvancedHeaderProperty); } 151set { this.SetValue(CategoryContainer.ShowAdvancedHeaderProperty, value); } 254theThis.CoerceValue(CategoryContainer.ShowAdvancedHeaderProperty); 363editor.CoerceValue(CategoryContainer.ShowAdvancedHeaderProperty); 436this.CoerceValue(CategoryContainer.ShowAdvancedHeaderProperty);