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