2 writes to _flags
PresentationCore (2)
System\Windows\Media\PathGeometry.cs (2)
724_flags |= PathGeometryInternalFlags.BoundsValid; 967_flags = PathGeometryInternalFlags.Dirty;
2 references to _flags
PresentationCore (2)
System\Windows\Media\PathGeometry.cs (2)
713if ((_flags & PathGeometryInternalFlags.BoundsValid) == 0) 1059if ((_flags & PathGeometryInternalFlags.BoundsValid) != 0)