1 write to _textBlock2
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
261_textBlock2 = this.GetTemplateChild("PART_TextBlock2") as TextBlock;
11 references to _textBlock2
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (11)
267if (_textBlock1 != null && _textBlock2 != null && _path != null) 277_textBlock2.Text = this.Text; 278_textBlock2.Visibility = Visibility.Visible; 281TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2); 310_textBlock2.Text = secondLineText; 311_textBlock2.Visibility = Visibility.Visible; 314TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2); 323_textBlock2.Text = null; 324_textBlock2.Visibility = Visibility.Collapsed; 338Debug.Assert(_textBlock1 != null && _textBlock2 != null); 372Debug.Assert(_textBlock1 != null && _textBlock2 != null);