8 references to MinColumnCountProperty
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (7)
221
if (e.Property ==
MinColumnCountProperty
|| e.Property == MaxColumnCountProperty || e.Property == IsSharedColumnSizeScopeProperty || e.Property == ColumnsStretchToFillProperty)
237
else if (e.Property ==
MinColumnCountProperty
)
239
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
272
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
288
get { return (int)GetValue(
MinColumnCountProperty
); }
289
set { SetValue(
MinColumnCountProperty
, value); }
307
MinColumnCountProperty
,
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1803
new PropertyAndTransferMode () { Property = RibbonGalleryCategory.
MinColumnCountProperty
, Mode = TransferMode.AlwaysTransfer },