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