4 references to AreInsetsClose
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
6504
( (isHorizontal && !(
AreInsetsClose
(oldInset.Left, inset.Left) &&
6505
AreInsetsClose
(oldInset.Right, inset.Right)))
6506
|| (!isHorizontal && !(
AreInsetsClose
(oldInset.Top, inset.Top) &&
6507
AreInsetsClose
(oldInset.Bottom, inset.Bottom))) );