1 write to FlowDirection
PresentationFramework (1)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
311
decorator.
FlowDirection
= _flowDirection;
48 references to FlowDirection
PresentationFramework (38)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1021
&& this.
FlowDirection
== FlowDirection.RightToLeft
1256
return (this.IsExpanded && this.
FlowDirection
== FlowDirection.RightToLeft &&
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
188
PtsHelper.UpdateMirroringTransform(
FlowDirection
, FlowDirection.LeftToRight, _pageVisual, safeArrangeSize.Width);
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (1)
420
_cachedPenCursor = PenCursorManager.GetPenCursor(da, false, (this.InkCanvas.
FlowDirection
== FlowDirection.RightToLeft), dpi.DpiScaleX, dpi.DpiScaleY);
src\Framework\MS\Internal\Ink\SelectionEditingBehavior.cs (1)
122
(this.InkCanvas.
FlowDirection
== FlowDirection.RightToLeft));
src\Framework\MS\Internal\Ink\SelectionEditor.cs (1)
139
(this.InkCanvas.
FlowDirection
== FlowDirection.RightToLeft));
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
191
FlowDirection parentFlowDirection = _owner.
FlowDirection
;
200
PtsHelper.UpdateMirroringTransform(_owner.
FlowDirection
, parentFlowDirection, proxyVisual, rect.Width);
src\Framework\System\Windows\Controls\ComboBox.cs (2)
936
if (this.
FlowDirection
!= parentFD)
1345
bool isRTL = (
FlowDirection
== FlowDirection.RightToLeft);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5676
if (this.
FlowDirection
== FlowDirection.RightToLeft)
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
214
bool isRightToLeft = fe.
FlowDirection
==FlowDirection.RightToLeft;
src\Framework\System\Windows\Controls\GridSplitter.cs (3)
919
if (
FlowDirection
!= _resizeData.Grid.
FlowDirection
)
962
if (
FlowDirection
== FlowDirection.RightToLeft)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3349
FlowDirection flowDirection = element.
FlowDirection
;
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1934
FlowDirection flowDirection =
FlowDirection
;
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
398
if (
FlowDirection
== FlowDirection.RightToLeft)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
315
FlowDirection thisFlowDirection =
FlowDirection
;
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
805
else if (sb.
FlowDirection
== FlowDirection.LeftToRight)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1094
bool fInvertForRTL = (
FlowDirection
== FlowDirection.RightToLeft);
src\Framework\System\Windows\Controls\Slider.cs (1)
205
return slider.IsDirectionReversed != (slider.
FlowDirection
== FlowDirection.RightToLeft);
src\Framework\System\Windows\Controls\TreeView.cs (1)
634
bool invert = (
FlowDirection
== FlowDirection.RightToLeft);
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
649
bool invert = (
FlowDirection
== FlowDirection.RightToLeft);
src\Framework\System\Windows\Documents\AdornerLayer.cs (2)
985
if (adorner.
FlowDirection
!= this.
FlowDirection
)
src\Framework\System\windows\Documents\TextEditorSelection.cs (2)
1151
FlowDirection controlFlowDirection = This.UiScope.
FlowDirection
;
2269
FlowDirection controlFlowDirection = This.UiScope.
FlowDirection
;
src\Framework\System\Windows\FrameworkElement.cs (3)
3972
FlowDirection thisFlowDirection = fe.
FlowDirection
;
3993
parentFlowDirection = parentFE.
FlowDirection
;
4020
flowDirection = fe.
FlowDirection
;
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
496
if (_window.
FlowDirection
== FlowDirection.RightToLeft)
736
bool compliment = _window.
FlowDirection
== FlowDirection.RightToLeft;
src\Framework\System\Windows\Window.cs (5)
1953
if (
FlowDirection
== FlowDirection.RightToLeft)
5193
if (
FlowDirection
== FlowDirection.RightToLeft)
7157
if ( this.
FlowDirection
== FlowDirection.LeftToRight )
7161
else if ( this.
FlowDirection
== FlowDirection.RightToLeft )
7231
return _swh.GetPointRelativeToWindow( x, y, this.
FlowDirection
);
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
718
if (
FlowDirection
== FlowDirection.RightToLeft)
726
if (
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
299
if (
FlowDirection
== FlowDirection.RightToLeft)
306
if (
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework.Royale (2)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
299
if (
FlowDirection
== FlowDirection.RightToLeft)
306
if (
FlowDirection
== FlowDirection.RightToLeft)
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (3)
228
if (parentElement != null && parentElement.
FlowDirection
== FlowDirection.RightToLeft)
542
commmonFD = selectedElement.
FlowDirection
;
553
if (curElm != null && curElm.
FlowDirection
!= commmonFD)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1296
return element.
FlowDirection
== FlowDirection.RightToLeft;