1 type derived from StrokeNodeOperations
PresentationCore (1)
MS\Internal\Ink\EllipticalNodeOperations.cs (1)
15
internal class EllipticalNodeOperations :
StrokeNodeOperations
1 instantiation of StrokeNodeOperations
PresentationCore (1)
MS\Internal\Ink\StrokeNodeOperations.cs (1)
30
return new
StrokeNodeOperations
(nodeShape);
10 references to StrokeNodeOperations
PresentationCore (10)
MS\Internal\Ink\ErasingStroke.cs (1)
291
double findex =
StrokeNodeOperations
.GetProjectionFIndex(begin, end);
MS\Internal\Ink\StrokeNode.cs (2)
30
StrokeNodeOperations
operations,
1079
private
StrokeNodeOperations
_operations;
MS\Internal\Ink\StrokeNodeEnumerator.cs (6)
47
StrokeNodeOperations
operations =
48
StrokeNodeOperations
.CreateInstance(drawingAttributes.StylusShape);
74
StrokeNodeOperations
.CreateInstance(nodeShape),
87
StrokeNodeOperations
.CreateInstance((drawingAttributes == null ? null : drawingAttributes.StylusShape)),
99
StrokeNodeOperations
operations,
224
private
StrokeNodeOperations
_operations;
MS\Internal\Ink\StrokeNodeOperations.cs (1)
23
internal static
StrokeNodeOperations
CreateInstance(StylusShape nodeShape)