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