8 writes to Height
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
370da.Height = GetCappedHeightOrWidth(height);
System\Windows\Ink\Stroke2.cs (1)
378selectedDA.Height = Math.Max(selectedDA.Height, DrawingAttributes.DefaultHeight);
PresentationFramework (6)
MS\Internal\Ink\PenCursorManager.cs (5)
73da.Height = stylusShape.Height; 331Height = drawingAttributes.Height, 341singleStroke.DrawingAttributes.Height = ConvertToPixel(singleStroke.DrawingAttributes.Height, dpiScaleY); 370singleStroke.DrawingAttributes.Height = 1.0; 375singleStroke.DrawingAttributes.Height = maxLength;
System\Windows\Controls\StickyNote.cs (1)
1753da.Height = PenWidth;
15 references to Height
PresentationCore (13)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
625double stylusHeight = da.Height;
MS\Internal\Ink\StrokeRenderer.cs (1)
249double maxExtent = Math.Max(drawingAttributes.Height, drawingAttributes.Width);
System\Windows\Ink\DrawingAttributes.cs (5)
384s = new RectangleStylusShape(this.Width, this.Height); 388s = new EllipseStylusShape(this.Width, this.Height); 750DoubleUtil.AreClose(left.Height, right.Height) && 972OnPropertyChanged(nameof(Height));
System\Windows\Ink\IncrementalHitTester.cs (4)
825weight += Math.Sqrt(da.Width*da.Width + da.Height*da.Height) / 2.0f; 835weight += Math.Sqrt(da.Width*da.Width + da.Height*da.Height) / 2.0f;
System\Windows\Ink\Stroke2.cs (2)
378selectedDA.Height = Math.Max(selectedDA.Height, DrawingAttributes.DefaultHeight); 673Point h = originalDa.StylusTipTransform.Transform(new Point(0, originalDa.Height));
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (2)
331Height = drawingAttributes.Height, 341singleStroke.DrawingAttributes.Height = ConvertToPixel(singleStroke.DrawingAttributes.Height, dpiScaleY);