3 references to BoundsValid
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
690if ((_flags & PathGeometryInternalFlags.BoundsValid) == 0) 701_flags |= PathGeometryInternalFlags.BoundsValid; 1038if ((_flags & PathGeometryInternalFlags.BoundsValid) != 0)