4 references to DefaultWidth
PresentationCore (4)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
193
Debug.Assert(DrawingAttributes.
DefaultWidth
== (double)GetDefaultDrawingAttributeValue(KnownIds.StylusWidth));
194
return DrawingAttributes.
DefaultWidth
;
678
return DrawingAttributes.
DefaultWidth
;
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
432
selectedDA.Width = Math.Max(selectedDA.Width, DrawingAttributes.
DefaultWidth
);