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