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
;
114
Contract.ThrowIfFalse(IsNormal(
_width
));