8 writes to Height
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
369
da.
Height
= GetCappedHeightOrWidth(height);
System\Windows\Ink\Stroke2.cs (1)
377
selectedDA.
Height
= Math.Max(selectedDA.Height, DrawingAttributes.DefaultHeight);
PresentationFramework (6)
MS\Internal\Ink\PenCursorManager.cs (5)
72
da.
Height
= stylusShape.Height;
330
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)
1752
da.
Height
= PenWidth;
15 references to Height
PresentationCore (13)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
624
double stylusHeight = da.
Height
;
MS\Internal\Ink\StrokeRenderer.cs (1)
248
double maxExtent = Math.Max(drawingAttributes.
Height
, drawingAttributes.Width);
System\Windows\Ink\DrawingAttributes.cs (5)
383
s = new RectangleStylusShape(this.Width, this.
Height
);
387
s = new EllipseStylusShape(this.Width, this.
Height
);
749
DoubleUtil.AreClose(left.
Height
, right.
Height
) &&
971
OnPropertyChanged(nameof(
Height
));
System\Windows\Ink\IncrementalHitTester.cs (4)
824
weight += Math.Sqrt(da.Width*da.Width + da.
Height
*da.
Height
) / 2.0f;
834
weight += Math.Sqrt(da.Width*da.Width + da.
Height
*da.
Height
) / 2.0f;
System\Windows\Ink\Stroke2.cs (2)
377
selectedDA.Height = Math.Max(selectedDA.
Height
, DrawingAttributes.DefaultHeight);
672
Point h = originalDa.StylusTipTransform.Transform(new Point(0, originalDa.
Height
));
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (2)
330
Height = drawingAttributes.
Height
,
340
singleStroke.DrawingAttributes.Height = ConvertToPixel(singleStroke.DrawingAttributes.
Height
, dpiScaleY);