11 references to LabelProperty
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
109RibbonControlService.LabelProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
108RibbonControlService.LabelProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
120return (string)element.GetValue(LabelProperty); 129element.SetValue(LabelProperty, value);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1715new PropertyAndTransferMode () { Property = RibbonControlService.LabelProperty, Mode = TransferMode.AlwaysTransfer }, 2157TransferProperty(original, clone, RibbonMenuItem.HeaderProperty, RibbonControlService.LabelProperty, TransferMode.AlwaysTransfer);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
128RibbonControlService.LabelProperty.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
108RibbonControlService.LabelProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
51RibbonControlService.LabelProperty.AddOwner(typeof(RibbonSeparator));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
303RibbonControlService.LabelProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
115RibbonControlService.LabelProperty.AddOwner(typeof(RibbonToggleButton));