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)
82internal bool IsEllipse { get { return IsValid && _operations.IsNodeShapeEllipse; } } 95return IsValid ? _operations.GetNodeBounds(_thisNode) : Rect.Empty; 104return IsValid ? Rect.Union(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty; 114_operations.GetNodeContourPoints(_thisNode, pointBuffer); 125_operations.GetNodeContourPoints(_lastNode, pointBuffer); 197Rect startNodeBounds = _operations.GetNodeBounds(_lastNode); 221Rect endNodeRect = _operations.GetNodeBounds(_thisNode); 229Vector[] vertices = _operations.GetVertices(); 350Vector[] vertices = _operations.GetVertices(); 435Rect node1Bounds = _operations.GetNodeBounds(previous._lastNode); 436Rect node2Bounds = _operations.GetNodeBounds(_lastNode); 614Vector[] vertices = _operations.GetVertices(); 655Rect node3Rect = _operations.GetNodeBounds(_thisNode); 679Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 724Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 854return _operations.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 874StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 895StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end); 987internal bool IsValid { get { return _operations != null; } } 1004_connectingQuad = _operations.GetConnectingQuad(_lastNode, _thisNode); 1024return _operations.GetNonBezierContourSegments(_lastNode, _thisNode); 1026return _operations.GetContourSegments(_thisNode, ConnectingQuad);