8 writes to Height
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
390
da.
Height
= GetCappedHeightOrWidth(height);
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
431
selectedDA.
Height
= Math.Max(selectedDA.Height, DrawingAttributes.DefaultHeight);
PresentationFramework (6)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (5)
85
da.
Height
= stylusShape.Height;
361
da.
Height
= drawingAttributes.Height;
370
singleStroke.DrawingAttributes.
Height
= ConvertToPixel(singleStroke.DrawingAttributes.Height, dpiScaleY);
399
singleStroke.DrawingAttributes.
Height
= 1.0;
404
singleStroke.DrawingAttributes.
Height
= maxLength;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1831
da.
Height
= PenWidth;
14 references to Height
PresentationCore (12)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
674
double stylusHeight = da.
Height
;
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
);
766
DoubleUtil.AreClose(left.
Height
, right.
Height
) &&
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)
431
selectedDA.Height = Math.Max(selectedDA.
Height
, DrawingAttributes.DefaultHeight);
732
Point h = originalDa.StylusTipTransform.Transform(new Point(0, originalDa.
Height
));
PresentationFramework (2)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
361
da.Height = drawingAttributes.
Height
;
370
singleStroke.DrawingAttributes.Height = ConvertToPixel(singleStroke.DrawingAttributes.
Height
, dpiScaleY);