6 references to PathGeometryInternalFlags
PresentationCore (6)
Core\CSharp\System\Windows\Media\PathGeometry.cs (6)
756if ((_flags & PathGeometryInternalFlags.BoundsValid) == 0) 767_flags |= PathGeometryInternalFlags.BoundsValid; 1021_flags = PathGeometryInternalFlags.Dirty; 1118if ((_flags & PathGeometryInternalFlags.BoundsValid) != 0) 1138internal PathGeometryInternalFlags _flags = PathGeometryInternalFlags.None;