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