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