3 writes to tempTickMarkIntervalType
System.Windows.Forms.DataVisualization (3)
Common\General\Axis.cs (1)
3209tempTickMarkIntervalType = majorTickMark.intervalType;
Common\General\GridTickMarks.cs (2)
1180 axis.tempTickMarkIntervalType = this.intervalType; 1869this._axis.tempTickMarkIntervalType = intervalType;
2 references to tempTickMarkIntervalType
System.Windows.Forms.DataVisualization (2)
Common\General\Axis.cs (2)
1416majorTickMark.intervalType = tempTickMarkIntervalType; 3318majorTickMark.intervalType = tempTickMarkIntervalType;