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