8 writes to Width
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
391da.Width = GetCappedHeightOrWidth(width);
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
432selectedDA.Width = Math.Max(selectedDA.Width, DrawingAttributes.DefaultWidth);
PresentationFramework (6)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (5)
86da.Width = stylusShape.Width; 360da.Width = drawingAttributes.Width; 369singleStroke.DrawingAttributes.Width = ConvertToPixel(singleStroke.DrawingAttributes.Width, dpiScaleX); 388singleStroke.DrawingAttributes.Width = 1.0; 393singleStroke.DrawingAttributes.Width = maxLength;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1830da.Width = PenWidth;
15 references to Width
PresentationCore (12)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
673double stylusWidth = da.Width;
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
258double maxExtent = Math.Max(drawingAttributes.Height, drawingAttributes.Width);
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (4)
397s = new RectangleStylusShape(this.Width, this.Height); 401s = new EllipseStylusShape(this.Width, this.Height); 765DoubleUtil.AreClose(left.Width, right.Width) &&
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (4)
848weight += Math.Sqrt(da.Width*da.Width + da.Height*da.Height) / 2.0f; 858weight += Math.Sqrt(da.Width*da.Width + da.Height*da.Height) / 2.0f;
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
432selectedDA.Width = Math.Max(selectedDA.Width, DrawingAttributes.DefaultWidth); 731Point w = originalDa.StylusTipTransform.Transform(new Point(originalDa.Width, 0));
PresentationFramework (3)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
360da.Width = drawingAttributes.Width; 369singleStroke.DrawingAttributes.Width = ConvertToPixel(singleStroke.DrawingAttributes.Width, dpiScaleX);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
471(new DrawingAttributes()).Width,