9 references to LineLeft
PresentationFramework (9)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
100owner.LineLeft();
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1496viewer._contentHost.LineLeft();
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
2106ScrollHost.LineLeft();
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
197this.ScrollViewer.LineLeft();
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1098if (fInvertForRTL) LineRight(); else LineLeft(); 1102if (fInvertForRTL) LineLeft(); else LineRight(); 2551((ScrollViewer)target).LineLeft();
src\Framework\System\Windows\Controls\TreeView.cs (2)
652scroller.LineLeft(); 659scroller.LineLeft();