3 references to Pixel
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
87return ScrollUnit.Pixel;
src\Framework\System\Windows\Controls\TreeView.cs (1)
42VirtualizingStackPanel.ScrollUnitProperty.OverrideMetadata(typeof(TreeView), new FrameworkPropertyMetadata(ScrollUnit.Pixel));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
4169IsPixelBased = mustDisableVirtualization || (scrollUnit == ScrollUnit.Pixel);