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