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)
316
if (HasDescription || (IsNormal(titleTextBlockHeight) && (titleTextBlockHeight >
_heightForThreeLineTitle
)))
318
TitleTextBlock.MaxHeight =
_heightForThreeLineTitle
;
416
TitleTextBlock.MaxHeight =
_heightForThreeLineTitle
;