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