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