11 references to LabelProperty
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
105RibbonControlService.LabelProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
105RibbonControlService.LabelProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
112return (string)element.GetValue(LabelProperty); 121element.SetValue(LabelProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1689new PropertyAndTransferMode () { Property = RibbonControlService.LabelProperty, Mode = TransferMode.AlwaysTransfer }, 2131TransferProperty(original, clone, RibbonMenuItem.HeaderProperty, RibbonControlService.LabelProperty, TransferMode.AlwaysTransfer);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
124RibbonControlService.LabelProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
105RibbonControlService.LabelProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
47RibbonControlService.LabelProperty.AddOwner(typeof(RibbonSeparator));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
300RibbonControlService.LabelProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
112RibbonControlService.LabelProperty.AddOwner(typeof(RibbonToggleButton));