8 writes to Width
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
381da.Width = GetCappedHeightOrWidth(width);
System\Windows\Ink\Stroke2.cs (1)
394selectedDA.Width = Math.Max(selectedDA.Width, DrawingAttributes.DefaultWidth);
PresentationFramework (6)
MS\Internal\Ink\PenCursorManager.cs (5)
79da.Width = stylusShape.Width; 335da.Width = drawingAttributes.Width; 344singleStroke.DrawingAttributes.Width = ConvertToPixel(singleStroke.DrawingAttributes.Width, dpiScaleX); 363singleStroke.DrawingAttributes.Width = 1.0; 368singleStroke.DrawingAttributes.Width = maxLength;
System\Windows\Controls\StickyNote.cs (1)
1793da.Width = PenWidth;
15 references to Width
PresentationCore (12)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
634double stylusWidth = da.Width;
MS\Internal\Ink\StrokeRenderer.cs (1)
254double maxExtent = Math.Max(drawingAttributes.Height, drawingAttributes.Width);
System\Windows\Ink\DrawingAttributes.cs (4)
395s = new RectangleStylusShape(this.Width, this.Height); 399s = new EllipseStylusShape(this.Width, this.Height); 760DoubleUtil.AreClose(left.Width, right.Width) &&
System\Windows\Ink\IncrementalHitTester.cs (4)
837weight += Math.Sqrt(da.Width*da.Width + da.Height*da.Height) / 2.0f; 847weight += Math.Sqrt(da.Width*da.Width + da.Height*da.Height) / 2.0f;
System\Windows\Ink\Stroke2.cs (2)
394selectedDA.Width = Math.Max(selectedDA.Width, DrawingAttributes.DefaultWidth); 689Point w = originalDa.StylusTipTransform.Transform(new Point(originalDa.Width, 0));
PresentationFramework (3)
MS\Internal\Ink\PenCursorManager.cs (2)
335da.Width = drawingAttributes.Width; 344singleStroke.DrawingAttributes.Width = ConvertToPixel(singleStroke.DrawingAttributes.Width, dpiScaleX);
System\Windows\Controls\StickyNote.cs (1)
461(new DrawingAttributes()).Width,