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)
315
if (HasDescription || (IsNormal(titleTextBlockHeight) && (titleTextBlockHeight >
_heightForThreeLineTitle
)))
317
TitleTextBlock.MaxHeight =
_heightForThreeLineTitle
;
415
TitleTextBlock.MaxHeight =
_heightForThreeLineTitle
;