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