9 references to LineLeft
PresentationFramework (9)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
94
owner.
LineLeft
();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1467
viewer._contentHost?.
LineLeft
();
System\Windows\Controls\ItemsControl.cs (1)
2063
ScrollHost.
LineLeft
();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
166
this.ScrollViewer.
LineLeft
();
System\Windows\Controls\ScrollViewer.cs (3)
1062
if (fInvertForRTL) LineRight(); else
LineLeft
();
1066
if (fInvertForRTL)
LineLeft
(); else LineRight();
2500
((ScrollViewer)target).
LineLeft
();
System\Windows\Controls\TreeView.cs (2)
645
scroller.
LineLeft
();
652
scroller.
LineLeft
();