8 writes to Height
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
380
da.
Height
= GetCappedHeightOrWidth(height);
System\Windows\Ink\Stroke2.cs (1)
393
selectedDA.
Height
= Math.Max(selectedDA.Height, DrawingAttributes.DefaultHeight);
PresentationFramework (6)
MS\Internal\Ink\PenCursorManager.cs (5)
78
da.
Height
= stylusShape.Height;
336
da.
Height
= drawingAttributes.Height;
345
singleStroke.DrawingAttributes.
Height
= ConvertToPixel(singleStroke.DrawingAttributes.Height, dpiScaleY);
374
singleStroke.DrawingAttributes.
Height
= 1.0;
379
singleStroke.DrawingAttributes.
Height
= maxLength;
System\Windows\Controls\StickyNote.cs (1)
1794
da.
Height
= PenWidth;
14 references to Height
PresentationCore (12)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
635
double stylusHeight = da.
Height
;
MS\Internal\Ink\StrokeRenderer.cs (1)
252
double maxExtent = Math.Max(drawingAttributes.
Height
, drawingAttributes.Width);
System\Windows\Ink\DrawingAttributes.cs (4)
395
s = new RectangleStylusShape(this.Width, this.
Height
);
399
s = new EllipseStylusShape(this.Width, this.
Height
);
761
DoubleUtil.AreClose(left.
Height
, right.
Height
) &&
System\Windows\Ink\IncrementalHitTester.cs (4)
837
weight += Math.Sqrt(da.Width*da.Width + da.
Height
*da.
Height
) / 2.0f;
847
weight += Math.Sqrt(da.Width*da.Width + da.
Height
*da.
Height
) / 2.0f;
System\Windows\Ink\Stroke2.cs (2)
393
selectedDA.Height = Math.Max(selectedDA.
Height
, DrawingAttributes.DefaultHeight);
688
Point h = originalDa.StylusTipTransform.Transform(new Point(0, originalDa.
Height
));
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (2)
336
da.Height = drawingAttributes.
Height
;
345
singleStroke.DrawingAttributes.Height = ConvertToPixel(singleStroke.DrawingAttributes.
Height
, dpiScaleY);