8 references to ContributesToBounds
PresentationCore (8)
System\Windows\Media\BoundsDrawingContextWalker.cs (5)
70if (Pen.ContributesToBounds(pen)) 107if ((brush != null) || Pen.ContributesToBounds(pen)) 155if ((brush != null) || Pen.ContributesToBounds(pen)) 205if ((brush != null) || Pen.ContributesToBounds(pen)) 243if ((geometry != null) && ((brush != null) || Pen.ContributesToBounds(pen)))
System\Windows\Media\EllipseGeometry.cs (1)
149if (Pen.ContributesToBounds(pen))
System\Windows\Media\Geometry.cs (1)
167bool fPenContributesToBounds = Pen.ContributesToBounds(pen);
System\Windows\Media\RectangleGeometry.cs (1)
187if (Pen.ContributesToBounds(pen))