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