7 references to SetLabel
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
113
set { RibbonControlService.
SetLabel
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
113
set { RibbonControlService.
SetLabel
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
132
set { RibbonControlService.
SetLabel
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
113
set { RibbonControlService.
SetLabel
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
55
set { RibbonControlService.
SetLabel
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
308
set { RibbonControlService.
SetLabel
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
120
set { RibbonControlService.
SetLabel
(this, value); }