4 references to AreInsetsClose
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
6511
( (isHorizontal && !(
AreInsetsClose
(oldInset.Left, inset.Left) &&
6512
AreInsetsClose
(oldInset.Right, inset.Right)))
6513
|| (!isHorizontal && !(
AreInsetsClose
(oldInset.Top, inset.Top) &&
6514
AreInsetsClose
(oldInset.Bottom, inset.Bottom))) );