3 references to BoundsValid
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
686
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) == 0)
697
_flags |= PathGeometryInternalFlags.
BoundsValid
;
1031
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) != 0)