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; 118Contract.ThrowIfFalse(IsNormal(_height));