8 references to ContributesToBounds
PresentationCore (8)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (5)
87if (Pen.ContributesToBounds(pen)) 124if ((brush != null) || Pen.ContributesToBounds(pen)) 172if ((brush != null) || Pen.ContributesToBounds(pen)) 222if ((brush != null) || Pen.ContributesToBounds(pen)) 260if ((geometry != null) && ((brush != null) || Pen.ContributesToBounds(pen)))
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
179if (Pen.ContributesToBounds(pen))
Core\CSharp\System\Windows\Media\Geometry.cs (1)
185bool fPenContributesToBounds = Pen.ContributesToBounds(pen);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
213if (Pen.ContributesToBounds(pen))