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