2 writes to FlowDirection
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
301decorator.FlowDirection = _flowDirection;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
180adapter.FlowDirection = toFlowDirection;
63 references to FlowDirection
PresentationFramework (38)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1005&& this.FlowDirection == FlowDirection.RightToLeft 1241return (this.IsExpanded && this.FlowDirection == FlowDirection.RightToLeft &&
MS\Internal\Documents\FlowDocumentView.cs (1)
183PtsHelper.UpdateMirroringTransform(FlowDirection, FlowDirection.LeftToRight, _pageVisual, safeArrangeSize.Width);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
368_cachedPenCursor = PenCursorManager.GetPenCursor(da, false, (this.InkCanvas.FlowDirection == FlowDirection.RightToLeft), dpi.DpiScaleX, dpi.DpiScaleY);
MS\Internal\Ink\SelectionEditingBehavior.cs (1)
119(this.InkCanvas.FlowDirection == FlowDirection.RightToLeft));
MS\Internal\Ink\SelectionEditor.cs (1)
132(this.InkCanvas.FlowDirection == FlowDirection.RightToLeft));
MS\Internal\Text\ComplexLine.cs (2)
188FlowDirection parentFlowDirection = _owner.FlowDirection; 197PtsHelper.UpdateMirroringTransform(_owner.FlowDirection, parentFlowDirection, proxyVisual, rect.Width);
System\Windows\Controls\ComboBox.cs (2)
934if (this.FlowDirection != parentFD) 1343bool isRTL = (FlowDirection == FlowDirection.RightToLeft);
System\Windows\Controls\DataGrid.cs (1)
5671if (this.FlowDirection == FlowDirection.RightToLeft)
System\Windows\Controls\DateTimeHelper.cs (1)
214bool isRightToLeft = fe.FlowDirection==FlowDirection.RightToLeft;
System\Windows\Controls\GridSplitter.cs (3)
917if (FlowDirection != _resizeData.Grid.FlowDirection) 960if (FlowDirection == FlowDirection.RightToLeft)
System\Windows\Controls\ItemsControl.cs (1)
3418FlowDirection flowDirection = element.FlowDirection;
System\Windows\Controls\MenuItem.cs (1)
1892FlowDirection flowDirection = FlowDirection;
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
396if (FlowDirection == FlowDirection.RightToLeft)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
318FlowDirection thisFlowDirection = FlowDirection;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
800else if (sb.FlowDirection == FlowDirection.LeftToRight)
System\Windows\Controls\ScrollViewer.cs (1)
1067bool fInvertForRTL = (FlowDirection == FlowDirection.RightToLeft);
System\Windows\Controls\Slider.cs (1)
203return slider.IsDirectionReversed != (slider.FlowDirection == FlowDirection.RightToLeft);
System\Windows\Controls\TreeView.cs (1)
633bool invert = (FlowDirection == FlowDirection.RightToLeft);
System\Windows\Controls\TreeViewItem.cs (1)
648bool invert = (FlowDirection == FlowDirection.RightToLeft);
System\Windows\Documents\AdornerLayer.cs (2)
970if (adorner.FlowDirection != this.FlowDirection)
System\windows\Documents\TextEditorSelection.cs (2)
1142FlowDirection controlFlowDirection = This.UiScope.FlowDirection; 2260FlowDirection controlFlowDirection = This.UiScope.FlowDirection;
System\Windows\FrameworkElement.cs (3)
3966FlowDirection thisFlowDirection = fe.FlowDirection; 3987parentFlowDirection = parentFE.FlowDirection; 4014flowDirection = fe.FlowDirection;
System\Windows\Shell\WindowChromeWorker.cs (2)
421if (_window.FlowDirection == FlowDirection.RightToLeft) 631bool compliment = _window.FlowDirection == FlowDirection.RightToLeft;
System\Windows\Window.cs (5)
1845if (FlowDirection == FlowDirection.RightToLeft) 4920if (FlowDirection == FlowDirection.RightToLeft) 6738if ( this.FlowDirection == FlowDirection.LeftToRight ) 6742else if ( this.FlowDirection == FlowDirection.RightToLeft ) 6804return _swh.GetPointRelativeToWindow( x, y, this.FlowDirection);
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
712if (FlowDirection == FlowDirection.RightToLeft) 720if (FlowDirection == FlowDirection.RightToLeft)
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
712if (FlowDirection == FlowDirection.RightToLeft) 720if (FlowDirection == FlowDirection.RightToLeft)
PresentationFramework.Luna (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
294if (FlowDirection == FlowDirection.RightToLeft) 301if (FlowDirection == FlowDirection.RightToLeft)
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
294if (FlowDirection == FlowDirection.RightToLeft) 301if (FlowDirection == FlowDirection.RightToLeft)
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2257bool isRTL = (FlowDirection == FlowDirection.RightToLeft);
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
519if ((e.Key == Key.Left) == (FlowDirection == FlowDirection.LeftToRight))
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (3)
568FlowDirection parentFD = parent == null ? FlowDirection : (FlowDirection)parent.GetValue(FlowDirectionProperty); 569if ((elementFD != this.FlowDirection) != (elementFD != parentFD)) 1012if (FlowDirection == FlowDirection.RightToLeft)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
2702else if ((e.Key == Key.Left) == (FlowDirection == FlowDirection.LeftToRight)) 2705FocusNavigationDirection direction = (FlowDirection == FlowDirection.LeftToRight ? FocusNavigationDirection.Left : FocusNavigationDirection.Right); 2733if ((FlowDirection == FlowDirection.LeftToRight && DoubleUtil.GreaterThan(predictedFocusedOrigin.X, focusedOrigin.X)) || 2734(FlowDirection == FlowDirection.RightToLeft && DoubleUtil.LessThan(predictedFocusedOrigin.X, focusedOrigin.X)))
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
820if (FlowDirection == FlowDirection.RightToLeft) 1324(isDropDownPhysicallyPositionedLeft && FlowDirection == FlowDirection.LeftToRight) || 1325(!isDropDownPhysicallyPositionedLeft && FlowDirection == FlowDirection.RightToLeft); 1350popupChildMargin = (FlowDirection == FlowDirection.LeftToRight) ? popupChild.Margin.Left : popupChild.Margin.Right ; 1360if (FlowDirection == FlowDirection.LeftToRight) 1379if (FlowDirection == FlowDirection.LeftToRight) 1392if (FlowDirection == FlowDirection.LeftToRight)
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
344double offsetX = FlowDirection == FlowDirection.LeftToRight ? 0.0 : -popupSize.Width;