6 references to PathGeometryInternalFlags
PresentationCore (6)
System\Windows\Media\PathGeometry.cs (6)
689
if ((_flags &
PathGeometryInternalFlags
.BoundsValid) == 0)
700
_flags |=
PathGeometryInternalFlags
.BoundsValid;
943
_flags =
PathGeometryInternalFlags
.Dirty;
1035
if ((_flags &
PathGeometryInternalFlags
.BoundsValid) != 0)
1055
internal
PathGeometryInternalFlags
_flags =
PathGeometryInternalFlags
.None;