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