24 references to Absolute
PresentationCore (22)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (4)
98ToleranceType.Absolute 136ToleranceType.Absolute 184ToleranceType.Absolute 234ToleranceType.Absolute
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
132ToleranceType.Absolute);
Core\CSharp\System\Windows\Media\Geometry.cs (13)
73ToleranceType.Absolute, 115return GetBoundsInternal(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute); 161return GetBoundsInternal(pen, matrix, StandardFlatteningTolerance, ToleranceType.Absolute); 341return GetArea(StandardFlatteningTolerance, ToleranceType.Absolute); 374return ContainsInternal(null, hitPoint, StandardFlatteningTolerance, ToleranceType.Absolute); 527return StrokeContains(pen, hitPoint, StandardFlatteningTolerance, ToleranceType.Absolute); 549return FillContains(geometry, StandardFlatteningTolerance, ToleranceType.Absolute); 577return FillContainsWithDetail(geometry, StandardFlatteningTolerance, ToleranceType.Absolute); 606return StrokeContainsWithDetail(pen, geometry, StandardFlatteningTolerance, ToleranceType.Absolute); 690return GetFlattenedPathGeometry(StandardFlatteningTolerance, ToleranceType.Absolute); 811return GetWidenedPathGeometry(pen, StandardFlatteningTolerance, ToleranceType.Absolute); 857ToleranceType.Absolute); 936return GetOutlinedPathGeometry(StandardFlatteningTolerance, ToleranceType.Absolute);
Core\CSharp\System\Windows\Media\PathFigure.cs (1)
113return GetFlattenedPathFigure(Geometry.StandardFlatteningTolerance, ToleranceType.Absolute);
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
764ToleranceType.Absolute,
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
135ToleranceType.Absolute);
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);