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