3 references to Pixel
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
86
return ScrollUnit.
Pixel
;
System\Windows\Controls\TreeView.cs (1)
41
VirtualizingStackPanel.ScrollUnitProperty.OverrideMetadata(typeof(TreeView), new FrameworkPropertyMetadata(ScrollUnit.
Pixel
));
System\Windows\Controls\VirtualizingStackPanel.cs (1)
4251
IsPixelBased = mustDisableVirtualization || (scrollUnit == ScrollUnit.
Pixel
);