1 write to _thisNode
PresentationCore (1)
MS\Internal\Ink\StrokeNode.cs (1)
41_thisNode = nodeData;
20 references to _thisNode
PresentationCore (20)
MS\Internal\Ink\StrokeNode.cs (20)
56internal Point Position { get { return _thisNode.Position; } } 68internal float PressureFactor { get { return _thisNode.PressureFactor; } } 95return IsValid ? _operations.GetNodeBounds(_thisNode) : Rect.Empty; 104return IsValid ? Rect.Union(_operations.GetNodeBounds(_thisNode), ConnectingQuad.Bounds) : Rect.Empty; 114_operations.GetNodeContourPoints(_thisNode, pointBuffer); 221Rect endNodeRect = _operations.GetNodeBounds(_thisNode); 349double pressureFactor = _thisNode.PressureFactor; 356Point point = _thisNode.Position + (vertices[i % vertices.Length] * pressureFactor); 383Point point = _thisNode.Position + (vertices[i % vertices.Length] * pressureFactor); 655Rect node3Rect = _operations.GetNodeBounds(_thisNode); 854return _operations.HitTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 874StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, hittingContour); 895StrokeFIndices cutAt = _operations.CutTest(_lastNode, _thisNode, ConnectingQuad, begin, end); 1004_connectingQuad = _operations.GetConnectingQuad(_lastNode, _thisNode); 1024return _operations.GetNonBezierContourSegments(_lastNode, _thisNode); 1026return _operations.GetContourSegments(_thisNode, ConnectingQuad); 1041return _thisNode.Position; 1053return _thisNode.Position; 1063double xDiff = (_thisNode.Position.X - _lastNode.Position.X) * findex; 1064double yDiff = (_thisNode.Position.Y - _lastNode.Position.Y) * findex;