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