7 references to Text
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
71
name = ((RibbonTwoLineText)Owner).
Text
;
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (6)
277
_textBlock2.Text = this.
Text
;
319
_textBlock1.Text = this.
Text
;
341
_textBlock1.Text = this.
Text
;
377
_textBlock1.Text = this.
Text
;
389
int wordCount = string.IsNullOrEmpty(
Text
) ? 0 :
Text
.Split().Length;