7 references to SetLabel
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
117set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
116set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
136set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
116set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
59set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
311set { RibbonControlService.SetLabel(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
123set { RibbonControlService.SetLabel(this, value); }