1 write to _textBlock2
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
264_textBlock2 = this.GetTemplateChild("PART_TextBlock2") as TextBlock;
11 references to _textBlock2
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (11)
270if (_textBlock1 != null && _textBlock2 != null && _path != null) 280_textBlock2.Text = this.Text; 281_textBlock2.Visibility = Visibility.Visible; 284TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2); 313_textBlock2.Text = secondLineText; 314_textBlock2.Visibility = Visibility.Visible; 317TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2); 326_textBlock2.Text = null; 327_textBlock2.Visibility = Visibility.Collapsed; 341Debug.Assert(_textBlock1 != null && _textBlock2 != null); 375Debug.Assert(_textBlock1 != null && _textBlock2 != null);