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