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