3 references to BoundsValid
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
687if ((_flags & PathGeometryInternalFlags.BoundsValid) == 0) 698_flags |= PathGeometryInternalFlags.BoundsValid; 1032if ((_flags & PathGeometryInternalFlags.BoundsValid) != 0)