8 writes to Height
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
370
da.
Height
= GetCappedHeightOrWidth(height);
System\Windows\Ink\Stroke2.cs (1)
384
selectedDA.
Height
= Math.Max(selectedDA.Height, DrawingAttributes.DefaultHeight);
PresentationFramework (6)
MS\Internal\Ink\PenCursorManager.cs (5)
73
da.
Height
= stylusShape.Height;
331
da.
Height
= drawingAttributes.Height;
340
singleStroke.DrawingAttributes.
Height
= ConvertToPixel(singleStroke.DrawingAttributes.Height, dpiScaleY);
369
singleStroke.DrawingAttributes.
Height
= 1.0;
374
singleStroke.DrawingAttributes.
Height
= maxLength;
System\Windows\Controls\StickyNote.cs (1)
1778
da.
Height
= PenWidth;
14 references to Height
PresentationCore (12)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
625
double stylusHeight = da.
Height
;
MS\Internal\Ink\StrokeRenderer.cs (1)
245
double maxExtent = Math.Max(drawingAttributes.
Height
, drawingAttributes.Width);
System\Windows\Ink\DrawingAttributes.cs (4)
384
s = new RectangleStylusShape(this.Width, this.
Height
);
388
s = new EllipseStylusShape(this.Width, this.
Height
);
750
DoubleUtil.AreClose(left.
Height
, right.
Height
) &&
System\Windows\Ink\IncrementalHitTester.cs (4)
828
weight += Math.Sqrt(da.Width*da.Width + da.
Height
*da.
Height
) / 2.0f;
838
weight += Math.Sqrt(da.Width*da.Width + da.
Height
*da.
Height
) / 2.0f;
System\Windows\Ink\Stroke2.cs (2)
384
selectedDA.Height = Math.Max(selectedDA.
Height
, DrawingAttributes.DefaultHeight);
679
Point h = originalDa.StylusTipTransform.Transform(new Point(0, originalDa.
Height
));
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (2)
331
da.Height = drawingAttributes.
Height
;
340
singleStroke.DrawingAttributes.Height = ConvertToPixel(singleStroke.DrawingAttributes.
Height
, dpiScaleY);