1 write to _operations
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
46
_operations
= operations;
24 references to _operations
PresentationCore (24)
MS\Internal\Ink\StrokeNode.cs (24)
89
internal bool IsEllipse { get { return IsValid &&
_operations
.IsNodeShapeEllipse; } }
102
return IsValid ?
_operations
.GetNodeBounds(_thisNode) : Rect.Empty;
111
return IsValid ? Rect.Union(
_operations
.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty;
121
_operations
.GetNodeContourPoints(_thisNode, pointBuffer);
132
_operations
.GetNodeContourPoints(_lastNode, pointBuffer);
204
Rect startNodeBounds =
_operations
.GetNodeBounds(_lastNode);
228
Rect endNodeRect =
_operations
.GetNodeBounds(_thisNode);
236
Vector[] vertices =
_operations
.GetVertices();
357
Vector[] vertices =
_operations
.GetVertices();
442
Rect node1Bounds =
_operations
.GetNodeBounds(previous._lastNode);
443
Rect node2Bounds =
_operations
.GetNodeBounds(_lastNode);
621
Vector[] vertices =
_operations
.GetVertices();
662
Rect node3Rect =
_operations
.GetNodeBounds(_thisNode);
686
Rect node12 = Rect.Union(
_operations
.GetNodeBounds(previous._lastNode),
_operations
.GetNodeBounds(_lastNode));
731
Rect node12 = Rect.Union(
_operations
.GetNodeBounds(previous._lastNode),
_operations
.GetNodeBounds(_lastNode));
861
return
_operations
.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour);
881
StrokeFIndices cutAt =
_operations
.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour);
902
StrokeFIndices cutAt =
_operations
.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end);
994
internal bool IsValid { get { return
_operations
!= null; } }
1011
_connectingQuad =
_operations
.GetConnectingQuad(_lastNode, _thisNode);
1031
return
_operations
.GetNonBezierContourSegments(_lastNode, _thisNode);
1033
return
_operations
.GetContourSegments(_thisNode, ConnectingQuad);