3 references to ColumnsStretchToFillProperty
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (3)
226if (e.Property == MinColumnCountProperty || e.Property == MaxColumnCountProperty || e.Property == IsSharedColumnSizeScopeProperty || e.Property == ColumnsStretchToFillProperty) 364get { return (bool)GetValue(ColumnsStretchToFillProperty); } 365set { SetValue(ColumnsStretchToFillProperty, value); }