4 references to DefaultHeight
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (3)
164
Debug.Assert(DrawingAttributes.
DefaultHeight
== (double)GetDefaultDrawingAttributeValue(KnownIds.StylusHeight));
165
return DrawingAttributes.
DefaultHeight
;
689
return DrawingAttributes.
DefaultHeight
;
System\Windows\Ink\Stroke2.cs (1)
393
selectedDA.Height = Math.Max(selectedDA.Height, DrawingAttributes.
DefaultHeight
);