1 write to _heightForThreeLineTitle
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
77_heightForThreeLineTitle = TitleTextBlock.DesiredSize.Height;
3 references to _heightForThreeLineTitle
Microsoft.VisualStudio.LanguageServices (3)
PreviewPane\PreviewPane.xaml.cs (3)
316if (HasDescription || (IsNormal(titleTextBlockHeight) && (titleTextBlockHeight > _heightForThreeLineTitle))) 318TitleTextBlock.MaxHeight = _heightForThreeLineTitle; 416TitleTextBlock.MaxHeight = _heightForThreeLineTitle;