3 references to BoundsValid
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (3)
686if ((_flags & PathGeometryInternalFlags.BoundsValid) == 0) 697_flags |= PathGeometryInternalFlags.BoundsValid; 1031if ((_flags & PathGeometryInternalFlags.BoundsValid) != 0)