1 type derived from StrokeNodeOperations
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\EllipticalNodeOperations.cs (1)
20
internal class EllipticalNodeOperations :
StrokeNodeOperations
1 instantiation of StrokeNodeOperations
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (1)
40
return new
StrokeNodeOperations
(nodeShape);
10 references to StrokeNodeOperations
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
294
double findex =
StrokeNodeOperations
.GetProjectionFIndex(begin, end);
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (2)
36
StrokeNodeOperations
operations,
1087
private
StrokeNodeOperations
_operations;
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (6)
68
StrokeNodeOperations
operations =
69
StrokeNodeOperations
.CreateInstance(drawingAttributes.StylusShape);
95
StrokeNodeOperations
.CreateInstance(nodeShape),
108
StrokeNodeOperations
.CreateInstance((drawingAttributes == null ? null : drawingAttributes.StylusShape)),
120
StrokeNodeOperations
operations,
254
private
StrokeNodeOperations
_operations;
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (1)
30
internal static
StrokeNodeOperations
CreateInstance(StylusShape nodeShape)