8 references to LineUp
PresentationFramework (8)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
115owner.LineUp();
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
720_contentHost.LineUp(); 1464viewer._contentHost?.LineUp();
System\Windows\Controls\ItemsControl.cs (1)
2068ScrollHost.LineUp();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1586this.ScrollViewer?.LineUp();
System\Windows\Controls\ScrollViewer.cs (2)
1071LineUp(); 2517((ScrollViewer)target).LineUp();
System\Windows\Controls\TreeView.cs (1)
632scroller.LineUp();