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