3 references to BoundsValid
PresentationCore (3)
Core\CSharp\System\Windows\Media\PathGeometry.cs (3)
756
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) == 0)
767
_flags |= PathGeometryInternalFlags.
BoundsValid
;
1118
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) != 0)