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