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