80 instantiations of PathGeometry
PresentationCore (21)
PresentationFramework (17)
PresentationFramework.Aero (9)
PresentationFramework.Aero2 (9)
PresentationFramework.AeroLite (2)
PresentationFramework.Classic (5)
PresentationFramework.Luna (8)
PresentationFramework.Royale (8)
ReachFramework (1)
193 references to PathGeometry
PresentationCore (97)
System\Windows\Media\Geometry.cs (28)
55return PathGeometry.GetPathBounds(
133return PathGeometry.GetPathBounds(
536return PathGeometry.HitTestWithPathGeometry(this, geometry, tolerance, type);
563PathGeometry pathGeometry1 = GetWidenedPathGeometry(pen);
565return PathGeometry.HitTestWithPathGeometry(pathGeometry1, geometry, tolerance, type);
588public virtual PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type)
604PathGeometry resultGeometry = null;
614PathGeometry.FigureList list = new PathGeometry.FigureList();
623new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
648public PathGeometry GetFlattenedPathGeometry()
665public virtual PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type)
683PathGeometry resultGeometry = null;
698PathGeometry.FigureList list = new PathGeometry.FigureList();
721new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
755public PathGeometry GetWidenedPathGeometry(Pen pen)
774public static PathGeometry Combine(
782return PathGeometry.InternalCombine(geometry1, geometry2, mode, transform, tolerance, type);
792public static PathGeometry Combine(
798return PathGeometry.InternalCombine(
817public virtual PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type)
833PathGeometry resultGeometry = null;
842PathGeometry.FigureList list = new PathGeometry.FigureList();
851new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
876public PathGeometry GetOutlinedPathGeometry()
885internal abstract PathGeometry GetAsPathGeometry();
PresentationFramework (28)
PresentationFramework.Aero (10)
PresentationFramework.Aero2 (10)
PresentationFramework.AeroLite (3)
PresentationFramework.Classic (6)
PresentationFramework.Luna (9)
PresentationFramework.Royale (9)
ReachFramework (21)