2 references to IsLabelVisibleProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonControlSizeDefinition.cs (2)
38get { return (bool)GetValue(IsLabelVisibleProperty); } 39set { SetValue(IsLabelVisibleProperty, value); }