70 references to ToleranceType
PresentationCore (68)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (4)
98ToleranceType.Absolute 136ToleranceType.Absolute 184ToleranceType.Absolute 234ToleranceType.Absolute
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (3)
139internal override Rect GetBoundsInternal(Pen pen, Matrix matrix, double tolerance, ToleranceType type) 154internal override bool ContainsInternal(Pen pen, Point hitPoint, double tolerance, ToleranceType type) 226public override double GetArea(double tolerance, ToleranceType type)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (5)
132ToleranceType.Absolute); 144internal override Rect GetBoundsInternal(Pen pen, Matrix matrix, double tolerance, ToleranceType type) 167Matrix geometryMatrix, double tolerance, ToleranceType type) 222internal override bool ContainsInternal(Pen pen, Point hitPoint, double tolerance, ToleranceType type) 267public override double GetArea(double tolerance, ToleranceType type)
Core\CSharp\System\Windows\Media\Geometry.cs (35)
73ToleranceType.Absolute, 98public virtual Rect GetRenderBounds(Pen pen, double tolerance, ToleranceType type) 115return GetBoundsInternal(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute); 137internal virtual Rect GetBoundsInternal(Pen pen, Matrix matrix, double tolerance, ToleranceType type) 161return GetBoundsInternal(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute); 178ToleranceType type, 216type == ToleranceType.Relative, 286public virtual double GetArea(double tolerance, ToleranceType type) 317type == ToleranceType.Relative, 341return GetArea(StandardFlatteningTolerance, ToleranceType.Absolute); 363public bool FillContains(Point hitPoint, double tolerance, ToleranceType type) 374return ContainsInternal(null, hitPoint, StandardFlatteningTolerance, ToleranceType.Absolute); 384public bool StrokeContains(Pen pen, Point hitPoint, double tolerance, ToleranceType type) 406internal virtual bool ContainsInternal(Pen pen, Point hitPoint, double tolerance, ToleranceType type) 447type == ToleranceType.Relative, 475internal unsafe bool ContainsInternal(Pen pen, Point hitPoint, double tolerance, ToleranceType type, 501type == ToleranceType.Relative, 527return StrokeContains(pen, hitPoint, StandardFlatteningTolerance, ToleranceType.Absolute); 536public bool FillContains(Geometry geometry, double tolerance, ToleranceType type) 549return FillContains(geometry, StandardFlatteningTolerance, ToleranceType.Absolute); 558public virtual IntersectionDetail FillContainsWithDetail(Geometry geometry, double tolerance, ToleranceType type) 577return FillContainsWithDetail(geometry, StandardFlatteningTolerance, ToleranceType.Absolute); 587public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry geometry, double tolerance, ToleranceType type) 606return StrokeContainsWithDetail(pen, geometry, StandardFlatteningTolerance, ToleranceType.Absolute); 627public virtual PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type) 661type == ToleranceType.Relative, 690return GetFlattenedPathGeometry(StandardFlatteningTolerance, ToleranceType.Absolute); 714public virtual PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type) 772type == ToleranceType.Relative, 811return GetWidenedPathGeometry(pen, StandardFlatteningTolerance, ToleranceType.Absolute); 833ToleranceType type) 857ToleranceType.Absolute); 875public virtual PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type) 908type == ToleranceType.Relative, 936return GetOutlinedPathGeometry(StandardFlatteningTolerance, ToleranceType.Absolute);
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1632accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
Core\CSharp\System\Windows\Media\LineGeometry.cs (4)
92internal override Rect GetBoundsInternal(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type) 114Matrix geometryMatrix, double tolerance, ToleranceType type) 154internal override bool ContainsInternal(Pen pen, Point hitPoint, double tolerance, ToleranceType type) 198public override double GetArea(double tolerance, ToleranceType type)
Core\CSharp\System\Windows\Media\PathFigure.cs (2)
83public PathFigure GetFlattenedPathFigure(double tolerance, ToleranceType type) 113return GetFlattenedPathFigure(Geometry.StandardFlatteningTolerance, ToleranceType.Absolute);
Core\CSharp\System\Windows\Media\PathGeometry.cs (8)
667ToleranceType type) 700type == ToleranceType.Relative, 764ToleranceType.Absolute, 783ToleranceType type, 821ToleranceType type, 858type == ToleranceType.Relative, 895ToleranceType type) 922type == ToleranceType.Relative,
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (5)
135ToleranceType.Absolute); 172internal override Rect GetBoundsInternal(Pen pen, Matrix worldMatrix, double tolerance, ToleranceType type) 195Matrix geometryMatrix, double tolerance, ToleranceType type) 261internal override bool ContainsInternal(Pen pen, Point hitPoint, double tolerance, ToleranceType type) 300public override double GetArea(double tolerance, ToleranceType type)
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
214ToleranceType.Absolute,
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
495geometry = Geometry.Combine(geometry, addedGeometry, GeometryCombineMode.Union, null, CaretElement.c_geometryCombineTolerance, ToleranceType.Absolute); 505geometry = Geometry.Combine(geometry, viewportGeometry, GeometryCombineMode.Intersect, null, CaretElement.c_geometryCombineTolerance, ToleranceType.Absolute);