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