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