9 references to GetLabel
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
116get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
115get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
207get { return (_templateRoot != null) ? !string.IsNullOrEmpty(RibbonControlService.GetLabel(_templateRoot)) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
700bool isLabelVisible = !string.IsNullOrEmpty(RibbonControlService.GetLabel(d));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
135get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
115get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonSeparator.cs (1)
58get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
310get { return RibbonControlService.GetLabel(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
122get { return RibbonControlService.GetLabel(this); }