1 write to _operations
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
40_operations = operations;
24 references to _operations
PresentationCore (24)
MS\Internal\Ink\StrokeNode.cs (24)
83internal bool IsEllipse { get { return IsValid && _operations.IsNodeShapeEllipse; } } 96return IsValid ? _operations.GetNodeBounds(_thisNode) : Rect.Empty; 105return IsValid ? Rect.Union(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty; 115_operations.GetNodeContourPoints(_thisNode, pointBuffer); 126_operations.GetNodeContourPoints(_lastNode, pointBuffer); 198Rect startNodeBounds = _operations.GetNodeBounds(_lastNode); 222Rect endNodeRect = _operations.GetNodeBounds(_thisNode); 230Vector[] vertices = _operations.GetVertices(); 351Vector[] vertices = _operations.GetVertices(); 436Rect node1Bounds = _operations.GetNodeBounds(previous._lastNode); 437Rect node2Bounds = _operations.GetNodeBounds(_lastNode); 615Vector[] vertices = _operations.GetVertices(); 656Rect node3Rect = _operations.GetNodeBounds(_thisNode); 680Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 725Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 855return _operations.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 875StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 896StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end); 988internal bool IsValid { get { return _operations != null; } } 1005_connectingQuad = _operations.GetConnectingQuad(_lastNode, _thisNode); 1025return _operations.GetNonBezierContourSegments(_lastNode, _thisNode); 1027return _operations.GetContourSegments(_thisNode, ConnectingQuad);