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)
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); 621Vector[] vertices = _operations.GetVertices(); 662Rect node3Rect = _operations.GetNodeBounds(_thisNode); 686Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 731Rect node12 = Rect.Union(_operations.GetNodeBounds(previous._lastNode), _operations.GetNodeBounds(_lastNode)); 861return _operations.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 881StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 902StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end); 994internal bool IsValid { get { return _operations != null; } } 1011_connectingQuad = _operations.GetConnectingQuad(_lastNode, _thisNode); 1031return _operations.GetNonBezierContourSegments(_lastNode, _thisNode); 1033return _operations.GetContourSegments(_thisNode, ConnectingQuad);