4 references to DefaultWidth
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (3)
180
Debug.Assert(DrawingAttributes.
DefaultWidth
== (double)GetDefaultDrawingAttributeValue(KnownIds.StylusWidth));
181
return DrawingAttributes.
DefaultWidth
;
665
return DrawingAttributes.
DefaultWidth
;
System\Windows\Ink\Stroke2.cs (1)
385
selectedDA.Width = Math.Max(selectedDA.Width, DrawingAttributes.
DefaultWidth
);