3 references to BoundsValid
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
689
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) == 0)
700
_flags |= PathGeometryInternalFlags.
BoundsValid
;
1035
if ((_flags & PathGeometryInternalFlags.
BoundsValid
) != 0)