1 type derived from StrokeNodeOperations
PresentationCore (1)
MS\Internal\Ink\EllipticalNodeOperations.cs (1)
14internal class EllipticalNodeOperations : StrokeNodeOperations
1 instantiation of StrokeNodeOperations
PresentationCore (1)
MS\Internal\Ink\StrokeNodeOperations.cs (1)
29return new StrokeNodeOperations(nodeShape);
10 references to StrokeNodeOperations
PresentationCore (10)
MS\Internal\Ink\ErasingStroke.cs (1)
290double findex = StrokeNodeOperations.GetProjectionFIndex(begin, end);
MS\Internal\Ink\StrokeNode.cs (2)
29StrokeNodeOperations operations, 1078private StrokeNodeOperations _operations;
MS\Internal\Ink\StrokeNodeEnumerator.cs (6)
46StrokeNodeOperations operations = 47StrokeNodeOperations.CreateInstance(drawingAttributes.StylusShape); 73StrokeNodeOperations.CreateInstance(nodeShape), 86StrokeNodeOperations.CreateInstance((drawingAttributes?.StylusShape)), 98StrokeNodeOperations operations, 223private StrokeNodeOperations _operations;
MS\Internal\Ink\StrokeNodeOperations.cs (1)
22internal static StrokeNodeOperations CreateInstance(StylusShape nodeShape)