3 references to StylusShape
PresentationCore (3)
MS\Internal\Ink\StrokeNodeEnumerator.cs (2)
55
StrokeNodeOperations.CreateInstance(drawingAttributes.
StylusShape
);
94
StrokeNodeOperations.CreateInstance((drawingAttributes == null ? null : drawingAttributes.
StylusShape
)),
System\Windows\Ink\Stroke.cs (1)
242
StylusShape stylusShape = this.DrawingAttributes.
StylusShape
;