1 write to _operations
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
39
_operations
= operations;
24 references to _operations
PresentationCore (24)
MS\Internal\Ink\StrokeNode.cs (24)
82
internal bool IsEllipse { get { return IsValid &&
_operations
.IsNodeShapeEllipse; } }
95
return IsValid ?
_operations
.GetNodeBounds(_thisNode) : Rect.Empty;
104
return IsValid ? Rect.Union(
_operations
.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty;
114
_operations
.GetNodeContourPoints(_thisNode, pointBuffer);
125
_operations
.GetNodeContourPoints(_lastNode, pointBuffer);
197
Rect startNodeBounds =
_operations
.GetNodeBounds(_lastNode);
221
Rect endNodeRect =
_operations
.GetNodeBounds(_thisNode);
229
Vector[] vertices =
_operations
.GetVertices();
350
Vector[] vertices =
_operations
.GetVertices();
435
Rect node1Bounds =
_operations
.GetNodeBounds(previous._lastNode);
436
Rect node2Bounds =
_operations
.GetNodeBounds(_lastNode);
614
Vector[] vertices =
_operations
.GetVertices();
655
Rect node3Rect =
_operations
.GetNodeBounds(_thisNode);
679
Rect node12 = Rect.Union(
_operations
.GetNodeBounds(previous._lastNode),
_operations
.GetNodeBounds(_lastNode));
724
Rect node12 = Rect.Union(
_operations
.GetNodeBounds(previous._lastNode),
_operations
.GetNodeBounds(_lastNode));
854
return
_operations
.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour);
874
StrokeFIndices cutAt =
_operations
.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour);
895
StrokeFIndices cutAt =
_operations
.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end);
987
internal bool IsValid { get { return
_operations
!= null; } }
1004
_connectingQuad =
_operations
.GetConnectingQuad(_lastNode, _thisNode);
1024
return
_operations
.GetNonBezierContourSegments(_lastNode, _thisNode);
1026
return
_operations
.GetContourSegments(_thisNode, ConnectingQuad);