1 write to _operations
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (1)
46
_operations
= operations;
25 references to _operations
PresentationCore (25)
Core\CSharp\MS\Internal\Ink\StrokeNode.cs (25)
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);
444
Rect node3Bounds =
_operations
.GetNodeBounds(_thisNode);
622
Vector[] vertices =
_operations
.GetVertices();
663
Rect node3Rect =
_operations
.GetNodeBounds(_thisNode);
687
Rect node12 = Rect.Union(
_operations
.GetNodeBounds(previous._lastNode),
_operations
.GetNodeBounds(_lastNode));
732
Rect node12 = Rect.Union(
_operations
.GetNodeBounds(previous._lastNode),
_operations
.GetNodeBounds(_lastNode));
862
return
_operations
.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour);
882
StrokeFIndices cutAt =
_operations
.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour);
903
StrokeFIndices cutAt =
_operations
.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end);
996
internal bool IsValid { get { return
_operations
!= null; } }
1013
_connectingQuad =
_operations
.GetConnectingQuad(_lastNode, _thisNode);
1033
return
_operations
.GetNonBezierContourSegments(_lastNode, _thisNode);
1035
return
_operations
.GetContourSegments(_thisNode, ConnectingQuad);