8 references to MinColumnCountProperty
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (7)
220
if (e.Property ==
MinColumnCountProperty
|| e.Property == MaxColumnCountProperty || e.Property == IsSharedColumnSizeScopeProperty || e.Property == ColumnsStretchToFillProperty)
236
else if (e.Property ==
MinColumnCountProperty
)
238
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
271
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
287
get { return (int)GetValue(
MinColumnCountProperty
); }
288
set { SetValue(
MinColumnCountProperty
, value); }
306
MinColumnCountProperty
,
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1802
new PropertyAndTransferMode () { Property = RibbonGalleryCategory.
MinColumnCountProperty
, Mode = TransferMode.AlwaysTransfer },