6 references to PathGeometryInternalFlags
PresentationCore (6)
System\Windows\Media\PathGeometry.cs (6)
687
if ((_flags &
PathGeometryInternalFlags
.BoundsValid) == 0)
698
_flags |=
PathGeometryInternalFlags
.BoundsValid;
938
_flags =
PathGeometryInternalFlags
.Dirty;
1032
if ((_flags &
PathGeometryInternalFlags
.BoundsValid) != 0)
1052
internal
PathGeometryInternalFlags
_flags =
PathGeometryInternalFlags
.None;