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