9 references to GetLabel
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
112
get { return RibbonControlService.
GetLabel
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
112
get { return RibbonControlService.
GetLabel
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
198
get { return (_templateRoot != null) ? !string.IsNullOrEmpty(RibbonControlService.
GetLabel
(_templateRoot)) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
689
bool isLabelVisible = !string.IsNullOrEmpty(RibbonControlService.
GetLabel
(d));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
131
get { return RibbonControlService.
GetLabel
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
112
get { return RibbonControlService.
GetLabel
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
54
get { return RibbonControlService.
GetLabel
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
307
get { return RibbonControlService.
GetLabel
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
119
get { return RibbonControlService.
GetLabel
(this); }