2 references to Intersects
PresentationFramework (2)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
596return Intersects(Left, Right, region.Left, region.Right) && 597Intersects(Top, Bottom, region.Top, region.Bottom);