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