6 references to PathGeometryInternalFlags
PresentationCore (6)
System\Windows\Media\PathGeometry.cs (6)
686
if ((_flags &
PathGeometryInternalFlags
.BoundsValid) == 0)
697
_flags |=
PathGeometryInternalFlags
.BoundsValid;
937
_flags =
PathGeometryInternalFlags
.Dirty;
1031
if ((_flags &
PathGeometryInternalFlags
.BoundsValid) != 0)
1051
internal
PathGeometryInternalFlags
_flags =
PathGeometryInternalFlags
.None;