5 references to MaxColumnCountProperty
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
437
get { return (int)GetValue(
MaxColumnCountProperty
); }
438
set { SetValue(
MaxColumnCountProperty
, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (2)
338
public static readonly DependencyProperty MaxColumnCountProperty = RibbonGallery.
MaxColumnCountProperty
.AddOwner(typeof(RibbonGalleryCategory), new FrameworkPropertyMetadata(int.MaxValue, FrameworkPropertyMetadataOptions.AffectsMeasure, new PropertyChangedCallback(OnNotifyPropertyChanged), new CoerceValueCallback(CoerceMaxColumnCount)));
349
RibbonGallery.
MaxColumnCountProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1815
new PropertyAndTransferMode () { Property = RibbonGallery.
MaxColumnCountProperty
, Mode = TransferMode.AlwaysTransfer },