13 references to Relative
PresentationCore (12)
System\Windows\Media\Geometry.cs (8)
198type == ToleranceType.Relative, 294type == ToleranceType.Relative, 416type == ToleranceType.Relative, 463type == ToleranceType.Relative, 615type == ToleranceType.Relative, 701type == ToleranceType.Relative, 716type == ToleranceType.Relative, 840type == ToleranceType.Relative,
System\Windows\Media\GlyphRun.cs (1)
1592accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
System\Windows\Media\PathGeometry.cs (3)
633type == ToleranceType.Relative, 779type == ToleranceType.Relative, 838type == ToleranceType.Relative,
ReachFramework (1)
AlphaFlattener\DrawingContext.cs (1)
115geometry = geometry.GetWidenedPathGeometry(pen.GetPen(true), 0.0001, ToleranceType.Relative);