2 writes to _flags
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
767_flags |= PathGeometryInternalFlags.BoundsValid; 1021_flags = PathGeometryInternalFlags.Dirty;
2 references to _flags
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
756if ((_flags & PathGeometryInternalFlags.BoundsValid) == 0) 1118if ((_flags & PathGeometryInternalFlags.BoundsValid) != 0)