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)
89internal bool IsEllipse { get { return IsValid && _operations.IsNodeShapeEllipse; } } 102return IsValid ? _operations.GetNodeBounds(_thisNode) : Rect.Empty; 111return IsValid ? Rect.Union(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty; 121_operations.GetNodeContourPoints(_thisNode, pointBuffer); 132_operations.GetNodeContourPoints(_lastNode, pointBuffer); 204Rect startNodeBounds = _operations.GetNodeBounds(_lastNode); 228Rect endNodeRect = _operations.GetNodeBounds(_thisNode); 236Vector[] vertices = _operations.GetVertices(); 357Vector[] vertices = _operations.GetVertices(); 442Rect node1Bounds = _operations.GetNodeBounds(previous._lastNode); 443Rect node2Bounds = _operations.GetNodeBounds(_lastNode); 444Rect node3Bounds = _operations.GetNodeBounds(_thisNode); 622Vector[] vertices = _operations.GetVertices(); 663Rect node3Rect = _operations.GetNodeBounds(_thisNode); 687Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 732Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 862return _operations.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 882StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 903StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end); 996internal bool IsValid { get { return _operations != null; } } 1013_connectingQuad = _operations.GetConnectingQuad(_lastNode, _thisNode); 1033return _operations.GetNonBezierContourSegments(_lastNode, _thisNode); 1035return _operations.GetContourSegments(_thisNode, ConnectingQuad);