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