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