3 references to BoundsValid
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
713
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) == 0)
724
_flags |= PathGeometryInternalFlags.
BoundsValid
;
1059
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) != 0)