9 references to LineLeft
PresentationFramework (9)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
95
owner.
LineLeft
();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1485
viewer._contentHost.
LineLeft
();
System\Windows\Controls\ItemsControl.cs (1)
2094
ScrollHost.
LineLeft
();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
165
this.ScrollViewer.
LineLeft
();
System\Windows\Controls\ScrollViewer.cs (3)
1063
if (fInvertForRTL) LineRight(); else
LineLeft
();
1067
if (fInvertForRTL)
LineLeft
(); else LineRight();
2503
((ScrollViewer)target).
LineLeft
();
System\Windows\Controls\TreeView.cs (2)
646
scroller.
LineLeft
();
653
scroller.
LineLeft
();