2 writes to OutlinePath
System.Windows.Forms.DataVisualization (2)
Common\General\Selection.cs (2)
1404
this.
OutlinePath
= null;
2494
result.
OutlinePath
= GetGraphicsPath(list, chartObject, elementType);
3 references to OutlinePath
System.Windows.Forms.DataVisualization (3)
Common\General\Selection.cs (3)
1362
/// <see cref="
OutlinePath
"/> may be null for complex objects or objects with two points or fewer.
1401
if (this.
OutlinePath
!= null)
1403
this.
OutlinePath
.Dispose();