4 references to AreInsetsClose
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
6482
( (isHorizontal && !(
AreInsetsClose
(oldInset.Left, inset.Left) &&
6483
AreInsetsClose
(oldInset.Right, inset.Right)))
6484
|| (!isHorizontal && !(
AreInsetsClose
(oldInset.Top, inset.Top) &&
6485
AreInsetsClose
(oldInset.Bottom, inset.Bottom))) );