1 write to _height
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
IWpfDifferenceViewerExtensions.cs (1)
116
_height
= textView.LineHeight * (textView.ZoomLevel / 100) * // Height of each line.
2 references to _height
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
IWpfDifferenceViewerExtensions.cs (2)
42
_diffViewer.VisualElement.Height =
_height
;
118
Contract.ThrowIfFalse(IsNormal(
_height
));