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