7 references to SetLabel
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
114set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
114set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
133set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
114set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
56set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
309set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
121set { RibbonControlService.SetLabel(this, value); }