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