4 references to DefaultHeight
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (3)
152
Debug.Assert(DrawingAttributes.
DefaultHeight
== (double)GetDefaultDrawingAttributeValue(KnownIds.StylusHeight));
153
return DrawingAttributes.
DefaultHeight
;
677
return DrawingAttributes.
DefaultHeight
;
System\Windows\Ink\Stroke2.cs (1)
377
selectedDA.Height = Math.Max(selectedDA.Height, DrawingAttributes.
DefaultHeight
);