1 write to _width
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Preview\ICocoaDifferenceViewerExtensions.cs (1)
116_width = Math.Max(textView.MaxTextRightCoordinate * (textView.ZoomLevel / 100), _minWidth); // Width of the widest line.
3 references to _width
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (3)
Preview\ICocoaDifferenceViewerExtensions.cs (3)
46_diffViewer.VisualElement.SetFrameSize(new CoreGraphics.CGSize(_width, _height)); 47_diffViewer.VisualElement.Subviews[0].SetFrameSize(new CoreGraphics.CGSize(_width, _height)); 117Contract.ThrowIfFalse(IsNormal(_width));