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