7 references to Text
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
73
name = ((RibbonTwoLineText)Owner).
Text
;
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (6)
280
_textBlock2.Text = this.
Text
;
322
_textBlock1.Text = this.
Text
;
344
_textBlock1.Text = this.
Text
;
380
_textBlock1.Text = this.
Text
;
392
int wordCount = string.IsNullOrEmpty(
Text
) ? 0 :
Text
.Split().Length;