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