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)
240
else if (e.Property ==
MinColumnCountProperty
)
242
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
275
PropertyHelper.TransferProperty(this,
MinColumnCountProperty
);
291
get { return (int)GetValue(
MinColumnCountProperty
); }
292
set { SetValue(
MinColumnCountProperty
, value); }
310
MinColumnCountProperty
,
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1827
new PropertyAndTransferMode () { Property = RibbonGalleryCategory.
MinColumnCountProperty
, Mode = TransferMode.AlwaysTransfer },