3 references to StylusShape
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (2)
69StrokeNodeOperations.CreateInstance(drawingAttributes.StylusShape); 108StrokeNodeOperations.CreateInstance((drawingAttributes == null ? null : drawingAttributes.StylusShape)),
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
249StylusShape stylusShape = this.DrawingAttributes.StylusShape;