10 references to LineRight
PresentationFramework (10)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
103owner.LineRight();
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1503viewer._contentHost.LineRight();
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
2093ScrollHost.LineRight(); 2754ScrollHost.LineRight();
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
209this.ScrollViewer.LineRight();
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1098if (fInvertForRTL) LineRight(); else LineLeft(); 1102if (fInvertForRTL) LineLeft(); else LineRight(); 2555((ScrollViewer)target).LineRight();
src\Framework\System\Windows\Controls\TreeView.cs (2)
648scroller.LineRight(); 663scroller.LineRight();