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