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