4 references to DefaultHeight
PresentationCore (4)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
166
Debug.Assert(DrawingAttributes.
DefaultHeight
== (double)GetDefaultDrawingAttributeValue(KnownIds.StylusHeight));
167
return DrawingAttributes.
DefaultHeight
;
691
return DrawingAttributes.
DefaultHeight
;
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
431
selectedDA.Height = Math.Max(selectedDA.Height, DrawingAttributes.
DefaultHeight
);