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