7 references to Text
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
70
name = ((RibbonTwoLineText)Owner).
Text
;
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (6)
276
_textBlock2.Text = this.
Text
;
318
_textBlock1.Text = this.
Text
;
340
_textBlock1.Text = this.
Text
;
376
_textBlock1.Text = this.
Text
;
388
int wordCount = string.IsNullOrEmpty(
Text
) ? 0 :
Text
.Split().Length;