1 write to _heightForThreeLineTitle
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
76_heightForThreeLineTitle = TitleTextBlock.DesiredSize.Height;
3 references to _heightForThreeLineTitle
Microsoft.VisualStudio.LanguageServices (3)
PreviewPane\PreviewPane.xaml.cs (3)
315if (HasDescription || (IsNormal(titleTextBlockHeight) && (titleTextBlockHeight > _heightForThreeLineTitle))) 317TitleTextBlock.MaxHeight = _heightForThreeLineTitle; 415TitleTextBlock.MaxHeight = _heightForThreeLineTitle;