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)
150
get { return (bool)this.GetValue(CategoryContainer.
ShowAdvancedHeaderProperty
); }
151
set { this.SetValue(CategoryContainer.
ShowAdvancedHeaderProperty
, value); }
254
theThis.CoerceValue(CategoryContainer.
ShowAdvancedHeaderProperty
);
363
editor.CoerceValue(CategoryContainer.
ShowAdvancedHeaderProperty
);
436
this.CoerceValue(CategoryContainer.
ShowAdvancedHeaderProperty
);