283 references to Empty
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
4140
PointF currentOffset = PointF.
Empty
; // offset of current context.
4141
PointF totalOffset = PointF.
Empty
; // absolute coord offset of top context.
System.Web.DataVisualization (140)
Common\Annotation\AnnotationBase.cs (5)
2107
PointF handlePosition = PointF.
Empty
;
2451
PointF groupLocation = PointF.
Empty
;
2461
PointF groupAnchorLocation = PointF.
Empty
;
3136
PointF firstPoint = PointF.
Empty
;
3137
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\ArrowAnnotation.cs (2)
310
PointF firstPoint = PointF.
Empty
;
311
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\CalloutAnnotation.cs (4)
647
PointF firstPoint = PointF.
Empty
;
648
PointF anchorPoint = PointF.
Empty
;
1133
PointF point = PointF.
Empty
;
1491
PointF lineSecondPoint = PointF.
Empty
;
Common\Annotation\GroupAnnotation.cs (2)
917
PointF firstPoint = PointF.
Empty
;
918
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\ImageAnnotation.cs (2)
521
PointF firstPoint = PointF.
Empty
;
522
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\LineAnnotation.cs (4)
533
PointF intersectionPoint1 = PointF.
Empty
;
539
PointF intersectionPoint2 = PointF.
Empty
;
565
PointF firstPoint = PointF.
Empty
;
566
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\PolygonAnnotation.cs (4)
562
PointF firstPoint = PointF.
Empty
;
563
PointF anchorPoint = PointF.
Empty
;
860
PointF firstPoint = PointF.
Empty
;
861
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\RectangleAnnotation.cs (4)
385
PointF firstPoint = PointF.
Empty
;
386
PointF anchorPoint = PointF.
Empty
;
623
PointF firstPoint = PointF.
Empty
;
624
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\TextAnnotation.cs (2)
415
PointF firstPoint = PointF.
Empty
;
416
PointF anchorPoint = PointF.
Empty
;
Common\ChartTypes\AreaChart.cs (6)
147
protected PointF axisPos = PointF.
Empty
;
164
axisPos = PointF.
Empty
;
241
axisPos = PointF.
Empty
;
301
if (axisPos == PointF.
Empty
)
510
PointF pointNew = PointF.
Empty
;
566
pointNew = PointF.
Empty
;
Common\ChartTypes\BarChart.cs (3)
776
PointF markerPosition = PointF.
Empty
;
1759
PointF markerPosition = PointF.
Empty
;
2044
PointF rotationCenter = PointF.
Empty
;
Common\ChartTypes\ColumnChart.cs (3)
1111
PointF markerPosition = PointF.
Empty
;
1238
PointF labelPosition = PointF.
Empty
;
1352
PointF labelPosition = PointF.
Empty
;
Common\ChartTypes\FastLineChart.cs (3)
336
PointF lastVerticalSegmentPoint = PointF.
Empty
;
337
PointF prevPoint = PointF.
Empty
;
338
PointF currentPoint = PointF.
Empty
;
Common\ChartTypes\FastPointChart.cs (1)
345
PointF currentPoint = PointF.
Empty
;
Common\ChartTypes\FunnelChart.cs (6)
533
PointF pointPositionAbs = PointF.
Empty
;
952
PointF leftSideLinePoint = PointF.
Empty
;
953
PointF rightSideLinePoint = PointF.
Empty
;
2910
PointF pointPositionAbs = PointF.
Empty
;
3037
public PointF CalloutPoint1 = PointF.
Empty
;
3040
public PointF CalloutPoint2 = PointF.
Empty
;
Common\ChartTypes\KagiChart.cs (2)
503
PointF point4 = PointF.
Empty
;
607
PointF pointNew = PointF.
Empty
;
Common\ChartTypes\LineChart.cs (5)
948
PointF pointNew = PointF.
Empty
;
983
PointF adjustedPoint1 = PointF.
Empty
;
984
PointF adjustedPoint2 = PointF.
Empty
;
1212
graph.frontLinePoint1 = PointF.
Empty
;
1213
graph.frontLinePoint2 = PointF.
Empty
;
Common\ChartTypes\PieChart.cs (2)
2535
point.positionRel = PointF.
Empty
;
4931
PointF position = PointF.
Empty
;
Common\ChartTypes\PointChart.cs (4)
425
PointF markerPosition = PointF.
Empty
;
1162
PointF markerPosition = PointF.
Empty
;
1706
PointF markerPosition = PointF.
Empty
;
1796
internal PointF MarkerPosition = PointF.
Empty
;
Common\ChartTypes\RadarChart.cs (3)
667
AddSelectionPath(area, selectionPath, dataPointPos, index, secondPointIndex, PointF.
Empty
, borderWidth);
868
PointF leftSidePoint = PointF.
Empty
;
935
PointF middlePoint = PointF.
Empty
;
Common\ChartTypes\RangeChart.cs (1)
711
PointF pointNew = PointF.
Empty
;
Common\ChartTypes\StackedAreaChart.cs (12)
522
PointF firstPoint = PointF.
Empty
;
523
PointF secondPoint = PointF.
Empty
;
551
if(firstPoint == PointF.
Empty
)
695
PointF pointNew = PointF.
Empty
;
738
pointNew = PointF.
Empty
;
838
PointF firstPoint = PointF.
Empty
;
839
PointF secondPoint = PointF.
Empty
;
859
if(firstPoint == PointF.
Empty
)
944
PointF firstPoint = PointF.
Empty
;
945
PointF secondPoint = PointF.
Empty
;
965
if(firstPoint == PointF.
Empty
)
1027
PointF labelPosition = PointF.
Empty
;
Common\ChartTypes\StackedBarChart.cs (2)
1077
PointF labelPosition = PointF.
Empty
;
1957
PointF rotationCenter = PointF.
Empty
;
Common\ChartTypes\StackedColumnChart.cs (2)
1157
PointF labelPosition = PointF.
Empty
;
1873
PointF labelPosition = PointF.
Empty
;
Common\ChartTypes\StepLineChart.cs (1)
149
PointF pointNew = PointF.
Empty
;
Common\ChartTypes\StockChart.cs (3)
553
PointF markerPosition = PointF.
Empty
;
1380
PointF markerPosition = PointF.
Empty
;
1855
PointF markerPosition = PointF.
Empty
;
Common\DataManager\DataPoint.cs (1)
1814
internal PointF positionRel = PointF.
Empty
;
Common\General\Axis.cs (4)
2007
PointF center = PointF.
Empty
;
2232
PointF rotationCenter = PointF.
Empty
;
2625
PointF first = PointF.
Empty
;
2626
PointF second = PointF.
Empty
;
Common\General\ChartArea.cs (1)
218
internal PointF circularCenter = PointF.
Empty
;
Common\General\ChartGraphics.cs (9)
1352
PointF.
Empty
,
1497
PointF rotationPoint = PointF.
Empty
;
1843
PointF rotationPoint = PointF.
Empty
;
2764
PointF rotationCenter = PointF.
Empty
;
3865
PointF prevPoint = PointF.
Empty
;
3937
PointF prevPoint = PointF.
Empty
;
4675
PointF relative = PointF.
Empty
;
4720
PointF absolute = PointF.
Empty
;
5332
PointF endPoint = PointF.
Empty
; // End point of axis line
Common\General\ChartGraphics3D.cs (21)
302
internal PointF frontLinePoint1 = PointF.
Empty
;
307
internal PointF frontLinePoint2 = PointF.
Empty
;
498
PointF topDoughnutStart = PointF.
Empty
;
499
PointF bottomDoughnutStart = PointF.
Empty
;
500
PointF topDoughnutEnd = PointF.
Empty
;
501
PointF bottomDoughnutEnd = PointF.
Empty
;
1303
if(frontLinePoint1 != PointF.
Empty
&& frontLinePen != null)
1340
frontLinePoint1 = PointF.
Empty
;
1341
frontLinePoint2 = PointF.
Empty
;
2385
if(frontLinePoint1 != PointF.
Empty
&& frontLinePen != null)
2397
frontLinePoint1 = PointF.
Empty
;
2398
frontLinePoint2 = PointF.
Empty
;
3887
PointF result = PointF.
Empty
;
4130
PointF leftSideLinePoint = PointF.
Empty
;
4131
PointF rightSideLinePoint = PointF.
Empty
;
4143
PointF leftOppSideLinePoint = PointF.
Empty
;
4144
PointF rightOppSideLinePoint = PointF.
Empty
;
4174
PointF boundsRectMiddlePoint = PointF.
Empty
;
4178
PointF centralLinePoint = PointF.
Empty
;
4350
leftSideLinePoint = PointF.
Empty
;
4351
rightSideLinePoint = PointF.
Empty
;
Common\General\GridTickMarks.cs (8)
139
PointF first = PointF.
Empty
; // The First point of a tick mark
140
PointF second = PointF.
Empty
; // The Second point of a tick mark
586
PointF first = PointF.
Empty
; // The First point of a tick mark
587
PointF second = PointF.
Empty
; // The Second point of a tick mark
1463
PointF first = PointF.
Empty
; // The First point of a grid line
1464
PointF second = PointF.
Empty
; // The Second point of a grid line
1554
PointF first = PointF.
Empty
; // The First point of a grid line
1555
PointF second = PointF.
Empty
; // The Second point of a grid line
Common\General\Selection.cs (2)
3034
PointF first = PointF.
Empty
;
3035
PointF second = PointF.
Empty
;
Common\General\SmartLabels.cs (2)
787
PointF newLabelPosition = PointF.
Empty
;
885
labelPosition = PointF.
Empty
;
Common\General\StripLine.cs (3)
438
PointF point1 = PointF.
Empty
;
439
PointF point2 = PointF.
Empty
;
722
PointF rotationCenter = PointF.
Empty
;
Common\General\Title.cs (1)
1647
PointF center = PointF.
Empty
;
System.Windows.Forms.DataVisualization (140)
Common\Annotation\AnnotationBase.cs (5)
2107
PointF handlePosition = PointF.
Empty
;
2451
PointF groupLocation = PointF.
Empty
;
2461
PointF groupAnchorLocation = PointF.
Empty
;
3136
PointF firstPoint = PointF.
Empty
;
3137
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\ArrowAnnotation.cs (2)
310
PointF firstPoint = PointF.
Empty
;
311
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\CalloutAnnotation.cs (4)
647
PointF firstPoint = PointF.
Empty
;
648
PointF anchorPoint = PointF.
Empty
;
1133
PointF point = PointF.
Empty
;
1491
PointF lineSecondPoint = PointF.
Empty
;
Common\Annotation\GroupAnnotation.cs (2)
917
PointF firstPoint = PointF.
Empty
;
918
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\ImageAnnotation.cs (2)
521
PointF firstPoint = PointF.
Empty
;
522
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\LineAnnotation.cs (4)
533
PointF intersectionPoint1 = PointF.
Empty
;
539
PointF intersectionPoint2 = PointF.
Empty
;
565
PointF firstPoint = PointF.
Empty
;
566
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\PolygonAnnotation.cs (4)
562
PointF firstPoint = PointF.
Empty
;
563
PointF anchorPoint = PointF.
Empty
;
860
PointF firstPoint = PointF.
Empty
;
861
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\RectangleAnnotation.cs (4)
385
PointF firstPoint = PointF.
Empty
;
386
PointF anchorPoint = PointF.
Empty
;
623
PointF firstPoint = PointF.
Empty
;
624
PointF anchorPoint = PointF.
Empty
;
Common\Annotation\TextAnnotation.cs (2)
415
PointF firstPoint = PointF.
Empty
;
416
PointF anchorPoint = PointF.
Empty
;
Common\ChartTypes\AreaChart.cs (6)
147
protected PointF axisPos = PointF.
Empty
;
164
axisPos = PointF.
Empty
;
241
axisPos = PointF.
Empty
;
301
if (axisPos == PointF.
Empty
)
510
PointF pointNew = PointF.
Empty
;
566
pointNew = PointF.
Empty
;
Common\ChartTypes\BarChart.cs (3)
776
PointF markerPosition = PointF.
Empty
;
1759
PointF markerPosition = PointF.
Empty
;
2044
PointF rotationCenter = PointF.
Empty
;
Common\ChartTypes\ColumnChart.cs (3)
1111
PointF markerPosition = PointF.
Empty
;
1238
PointF labelPosition = PointF.
Empty
;
1352
PointF labelPosition = PointF.
Empty
;
Common\ChartTypes\FastLineChart.cs (3)
336
PointF lastVerticalSegmentPoint = PointF.
Empty
;
337
PointF prevPoint = PointF.
Empty
;
338
PointF currentPoint = PointF.
Empty
;
Common\ChartTypes\FastPointChart.cs (1)
345
PointF currentPoint = PointF.
Empty
;
Common\ChartTypes\FunnelChart.cs (6)
533
PointF pointPositionAbs = PointF.
Empty
;
952
PointF leftSideLinePoint = PointF.
Empty
;
953
PointF rightSideLinePoint = PointF.
Empty
;
2910
PointF pointPositionAbs = PointF.
Empty
;
3037
public PointF CalloutPoint1 = PointF.
Empty
;
3040
public PointF CalloutPoint2 = PointF.
Empty
;
Common\ChartTypes\KagiChart.cs (2)
503
PointF point4 = PointF.
Empty
;
607
PointF pointNew = PointF.
Empty
;
Common\ChartTypes\LineChart.cs (5)
948
PointF pointNew = PointF.
Empty
;
983
PointF adjustedPoint1 = PointF.
Empty
;
984
PointF adjustedPoint2 = PointF.
Empty
;
1212
graph.frontLinePoint1 = PointF.
Empty
;
1213
graph.frontLinePoint2 = PointF.
Empty
;
Common\ChartTypes\PieChart.cs (2)
2535
point.positionRel = PointF.
Empty
;
4931
PointF position = PointF.
Empty
;
Common\ChartTypes\PointChart.cs (4)
425
PointF markerPosition = PointF.
Empty
;
1162
PointF markerPosition = PointF.
Empty
;
1706
PointF markerPosition = PointF.
Empty
;
1796
internal PointF MarkerPosition = PointF.
Empty
;
Common\ChartTypes\RadarChart.cs (3)
667
AddSelectionPath(area, selectionPath, dataPointPos, index, secondPointIndex, PointF.
Empty
, borderWidth);
868
PointF leftSidePoint = PointF.
Empty
;
935
PointF middlePoint = PointF.
Empty
;
Common\ChartTypes\RangeChart.cs (1)
711
PointF pointNew = PointF.
Empty
;
Common\ChartTypes\StackedAreaChart.cs (12)
522
PointF firstPoint = PointF.
Empty
;
523
PointF secondPoint = PointF.
Empty
;
551
if(firstPoint == PointF.
Empty
)
695
PointF pointNew = PointF.
Empty
;
738
pointNew = PointF.
Empty
;
838
PointF firstPoint = PointF.
Empty
;
839
PointF secondPoint = PointF.
Empty
;
859
if(firstPoint == PointF.
Empty
)
944
PointF firstPoint = PointF.
Empty
;
945
PointF secondPoint = PointF.
Empty
;
965
if(firstPoint == PointF.
Empty
)
1027
PointF labelPosition = PointF.
Empty
;
Common\ChartTypes\StackedBarChart.cs (2)
1077
PointF labelPosition = PointF.
Empty
;
1957
PointF rotationCenter = PointF.
Empty
;
Common\ChartTypes\StackedColumnChart.cs (2)
1157
PointF labelPosition = PointF.
Empty
;
1873
PointF labelPosition = PointF.
Empty
;
Common\ChartTypes\StepLineChart.cs (1)
149
PointF pointNew = PointF.
Empty
;
Common\ChartTypes\StockChart.cs (3)
553
PointF markerPosition = PointF.
Empty
;
1380
PointF markerPosition = PointF.
Empty
;
1855
PointF markerPosition = PointF.
Empty
;
Common\DataManager\DataPoint.cs (1)
1814
internal PointF positionRel = PointF.
Empty
;
Common\General\Axis.cs (4)
2007
PointF center = PointF.
Empty
;
2232
PointF rotationCenter = PointF.
Empty
;
2625
PointF first = PointF.
Empty
;
2626
PointF second = PointF.
Empty
;
Common\General\ChartArea.cs (1)
218
internal PointF circularCenter = PointF.
Empty
;
Common\General\ChartGraphics.cs (9)
1352
PointF.
Empty
,
1497
PointF rotationPoint = PointF.
Empty
;
1843
PointF rotationPoint = PointF.
Empty
;
2764
PointF rotationCenter = PointF.
Empty
;
3865
PointF prevPoint = PointF.
Empty
;
3937
PointF prevPoint = PointF.
Empty
;
4675
PointF relative = PointF.
Empty
;
4720
PointF absolute = PointF.
Empty
;
5332
PointF endPoint = PointF.
Empty
; // End point of axis line
Common\General\ChartGraphics3D.cs (21)
302
internal PointF frontLinePoint1 = PointF.
Empty
;
307
internal PointF frontLinePoint2 = PointF.
Empty
;
498
PointF topDoughnutStart = PointF.
Empty
;
499
PointF bottomDoughnutStart = PointF.
Empty
;
500
PointF topDoughnutEnd = PointF.
Empty
;
501
PointF bottomDoughnutEnd = PointF.
Empty
;
1303
if(frontLinePoint1 != PointF.
Empty
&& frontLinePen != null)
1340
frontLinePoint1 = PointF.
Empty
;
1341
frontLinePoint2 = PointF.
Empty
;
2385
if(frontLinePoint1 != PointF.
Empty
&& frontLinePen != null)
2397
frontLinePoint1 = PointF.
Empty
;
2398
frontLinePoint2 = PointF.
Empty
;
3887
PointF result = PointF.
Empty
;
4130
PointF leftSideLinePoint = PointF.
Empty
;
4131
PointF rightSideLinePoint = PointF.
Empty
;
4143
PointF leftOppSideLinePoint = PointF.
Empty
;
4144
PointF rightOppSideLinePoint = PointF.
Empty
;
4174
PointF boundsRectMiddlePoint = PointF.
Empty
;
4178
PointF centralLinePoint = PointF.
Empty
;
4350
leftSideLinePoint = PointF.
Empty
;
4351
rightSideLinePoint = PointF.
Empty
;
Common\General\GridTickMarks.cs (8)
139
PointF first = PointF.
Empty
; // The First point of a tick mark
140
PointF second = PointF.
Empty
; // The Second point of a tick mark
586
PointF first = PointF.
Empty
; // The First point of a tick mark
587
PointF second = PointF.
Empty
; // The Second point of a tick mark
1463
PointF first = PointF.
Empty
; // The First point of a grid line
1464
PointF second = PointF.
Empty
; // The Second point of a grid line
1554
PointF first = PointF.
Empty
; // The First point of a grid line
1555
PointF second = PointF.
Empty
; // The Second point of a grid line
Common\General\Selection.cs (2)
3034
PointF first = PointF.
Empty
;
3035
PointF second = PointF.
Empty
;
Common\General\SmartLabels.cs (2)
787
PointF newLabelPosition = PointF.
Empty
;
885
labelPosition = PointF.
Empty
;
Common\General\StripLine.cs (3)
438
PointF point1 = PointF.
Empty
;
439
PointF point2 = PointF.
Empty
;
722
PointF rotationCenter = PointF.
Empty
;
Common\General\Title.cs (1)
1647
PointF center = PointF.
Empty
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (1)
178
PointF relativeCenterF = PointF.
Empty
;