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)
67return PathGeometry.GetPathBounds(
145return PathGeometry.GetPathBounds(
548return PathGeometry.HitTestWithPathGeometry(this, geometry, tolerance, type);
575PathGeometry pathGeometry1 = GetWidenedPathGeometry(pen);
577return PathGeometry.HitTestWithPathGeometry(pathGeometry1, geometry, tolerance, type);
600public virtual PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type)
616PathGeometry resultGeometry = null;
626PathGeometry.FigureList list = new PathGeometry.FigureList();
635new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
660public PathGeometry GetFlattenedPathGeometry()
677public virtual PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type)
695PathGeometry resultGeometry = null;
710PathGeometry.FigureList list = new PathGeometry.FigureList();
733new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
767public PathGeometry GetWidenedPathGeometry(Pen pen)
786public static PathGeometry Combine(
794return PathGeometry.InternalCombine(geometry1, geometry2, mode, transform, tolerance, type);
804public static PathGeometry Combine(
810return PathGeometry.InternalCombine(
829public virtual PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type)
845PathGeometry resultGeometry = null;
854PathGeometry.FigureList list = new PathGeometry.FigureList();
863new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
888public PathGeometry GetOutlinedPathGeometry()
897internal 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)