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