8 references to MinColumnCountProperty
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (7)
226
if (e.Property ==
MinColumnCountProperty
|| e.Property == MaxColumnCountProperty || e.Property == IsSharedColumnSizeScopeProperty || e.Property == ColumnsStretchToFillProperty)
245
else if (e.Property ==
MinColumnCountProperty
)
247
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
280
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
296
get { return (int)GetValue(
MinColumnCountProperty
); }
297
set { SetValue(
MinColumnCountProperty
, value); }
315
MinColumnCountProperty
,
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1828
new PropertyAndTransferMode () { Property = RibbonGalleryCategory.
MinColumnCountProperty
, Mode = TransferMode.AlwaysTransfer },