8 references to ContributesToBounds
PresentationCore (8)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
71if (Pen.ContributesToBounds(pen)) 108if ((brush != null) || Pen.ContributesToBounds(pen)) 156if ((brush != null) || Pen.ContributesToBounds(pen)) 206if ((brush != null) || Pen.ContributesToBounds(pen)) 244if ((geometry != null) && ((brush != null) || Pen.ContributesToBounds(pen)))
System\Windows\Media\EllipseGeometry.cs (1)
150if (Pen.ContributesToBounds(pen))
System\Windows\Media\Geometry.cs (1)
168bool fPenContributesToBounds = Pen.ContributesToBounds(pen);
System\Windows\Media\RectangleGeometry.cs (1)
188if (Pen.ContributesToBounds(pen))