4 references to DefaultWidth
PresentationCore (4)
System\Windows\Ink\DrawingAttributes.cs (3)
191
Debug.Assert(DrawingAttributes.
DefaultWidth
== (double)GetDefaultDrawingAttributeValue(KnownIds.StylusWidth));
192
return DrawingAttributes.
DefaultWidth
;
676
return DrawingAttributes.
DefaultWidth
;
System\Windows\Ink\Stroke2.cs (1)
394
selectedDA.Width = Math.Max(selectedDA.Width, DrawingAttributes.
DefaultWidth
);