9 references to GetLabel
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
113get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
113get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
202get { return (_templateRoot != null) ? !string.IsNullOrEmpty(RibbonControlService.GetLabel(_templateRoot)) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
693bool isLabelVisible = !string.IsNullOrEmpty(RibbonControlService.GetLabel(d));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
132get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
113get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
55get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
308get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
120get { return RibbonControlService.GetLabel(this); }