11 references to LabelProperty
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
106
RibbonControlService.
LabelProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
106
RibbonControlService.
LabelProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (2)
113
return (string)element.GetValue(
LabelProperty
);
122
element.SetValue(
LabelProperty
, value);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1710
new PropertyAndTransferMode () { Property = RibbonControlService.
LabelProperty
, Mode = TransferMode.AlwaysTransfer },
2152
TransferProperty(original, clone, RibbonMenuItem.HeaderProperty, RibbonControlService.
LabelProperty
, TransferMode.AlwaysTransfer);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
125
RibbonControlService.
LabelProperty
.AddOwner(typeof(RibbonMenuButton));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
106
RibbonControlService.
LabelProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
48
RibbonControlService.
LabelProperty
.AddOwner(typeof(RibbonSeparator));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
301
RibbonControlService.
LabelProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
113
RibbonControlService.
LabelProperty
.AddOwner(typeof(RibbonToggleButton));