2 writes to _flags
PresentationCore (2)
System\Windows\Media\PathGeometry.cs (2)
700_flags |= PathGeometryInternalFlags.BoundsValid; 943_flags = PathGeometryInternalFlags.Dirty;
2 references to _flags
PresentationCore (2)
System\Windows\Media\PathGeometry.cs (2)
689if ((_flags & PathGeometryInternalFlags.BoundsValid) == 0) 1035if ((_flags & PathGeometryInternalFlags.BoundsValid) != 0)