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)
756
if ((
_flags
& PathGeometryInternalFlags.BoundsValid) == 0)
1118
if ((
_flags
& PathGeometryInternalFlags.BoundsValid) != 0)