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