8 references to LineUp
PresentationFramework (8)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
114owner.LineUp();
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
716_contentHost.LineUp(); 1451viewer._contentHost?.LineUp();
System\Windows\Controls\ItemsControl.cs (1)
2067ScrollHost.LineUp();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1582this.ScrollViewer?.LineUp();
System\Windows\Controls\ScrollViewer.cs (2)
1070LineUp(); 2514((ScrollViewer)target).LineUp();
System\Windows\Controls\TreeView.cs (1)
631scroller.LineUp();