1 write to _width
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
IWpfDifferenceViewerExtensions.cs (1)
113_width = Math.Max(textView.MaxTextRightCoordinate * (textView.ZoomLevel / 100), _minWidth); // Width of the widest line.
2 references to _width
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
IWpfDifferenceViewerExtensions.cs (2)
41_diffViewer.VisualElement.Width = _width; 114Contract.ThrowIfFalse(IsNormal(_width));