3 writes to FlowDirection
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyphViewModel.cs (1)
65
_lazyToolTipTextBlock.
FlowDirection
= FlowDirection.LeftToRight;
PresentationFramework (1)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
297
FlowDirection
= _flowDirection
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
176
adapter.
FlowDirection
= toFlowDirection;
62 references to FlowDirection
PresentationFramework (37)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
995
&& this.
FlowDirection
== FlowDirection.RightToLeft
1231
return (this.IsExpanded && this.
FlowDirection
== FlowDirection.RightToLeft &&
MS\Internal\Documents\FlowDocumentView.cs (1)
178
PtsHelper.UpdateMirroringTransform(
FlowDirection
, FlowDirection.LeftToRight, _pageVisual, safeArrangeSize.Width);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
358
_cachedPenCursor = PenCursorManager.GetPenCursor(da, false, (this.InkCanvas.
FlowDirection
== FlowDirection.RightToLeft), dpi.DpiScaleX, dpi.DpiScaleY);
MS\Internal\Ink\SelectionEditingBehavior.cs (1)
106
(this.InkCanvas.
FlowDirection
== FlowDirection.RightToLeft));
MS\Internal\Ink\SelectionEditor.cs (1)
117
(this.InkCanvas.
FlowDirection
== FlowDirection.RightToLeft));
MS\Internal\Text\ComplexLine.cs (2)
183
FlowDirection parentFlowDirection = _owner.
FlowDirection
;
192
PtsHelper.UpdateMirroringTransform(_owner.
FlowDirection
, parentFlowDirection, proxyVisual, rect.Width);
System\Windows\Controls\ComboBox.cs (2)
918
if (this.
FlowDirection
!= parentFD)
1331
bool isRTL = (
FlowDirection
== FlowDirection.RightToLeft);
System\Windows\Controls\DataGrid.cs (1)
5630
if (this.
FlowDirection
== FlowDirection.RightToLeft)
System\Windows\Controls\DateTimeHelper.cs (1)
212
bool isRightToLeft = fe.
FlowDirection
==FlowDirection.RightToLeft;
System\Windows\Controls\GridSplitter.cs (3)
917
if (
FlowDirection
!= _resizeData.Grid.
FlowDirection
)
960
if (
FlowDirection
== FlowDirection.RightToLeft)
System\Windows\Controls\ItemsControl.cs (1)
3379
FlowDirection flowDirection = element.
FlowDirection
;
System\Windows\Controls\MenuItem.cs (1)
1875
FlowDirection flowDirection =
FlowDirection
;
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
396
if (
FlowDirection
== FlowDirection.RightToLeft)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
321
FlowDirection thisFlowDirection =
FlowDirection
;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
786
else if (sb.
FlowDirection
== FlowDirection.LeftToRight)
System\Windows\Controls\ScrollViewer.cs (1)
1059
bool fInvertForRTL = (
FlowDirection
== FlowDirection.RightToLeft);
System\Windows\Controls\Slider.cs (1)
192
return slider.IsDirectionReversed != (slider.
FlowDirection
== FlowDirection.RightToLeft);
System\Windows\Controls\TreeView.cs (1)
628
bool invert = (
FlowDirection
== FlowDirection.RightToLeft);
System\Windows\Controls\TreeViewItem.cs (1)
638
bool invert = (
FlowDirection
== FlowDirection.RightToLeft);
System\Windows\Documents\AdornerLayer.cs (2)
970
if (adorner.
FlowDirection
!= this.
FlowDirection
)
System\windows\Documents\TextEditorSelection.cs (2)
1127
FlowDirection controlFlowDirection = This.UiScope.
FlowDirection
;
2245
FlowDirection controlFlowDirection = This.UiScope.
FlowDirection
;
System\Windows\FrameworkElement.cs (3)
3953
FlowDirection thisFlowDirection = fe.
FlowDirection
;
3974
parentFlowDirection = parentFE.
FlowDirection
;
4001
flowDirection = fe.
FlowDirection
;
System\Windows\Shell\WindowChromeWorker.cs (1)
454
bool compliment = _window.
FlowDirection
== FlowDirection.RightToLeft;
System\Windows\Window.cs (5)
1892
if (
FlowDirection
== FlowDirection.RightToLeft)
5003
if (
FlowDirection
== FlowDirection.RightToLeft)
6825
if ( this.
FlowDirection
== FlowDirection.LeftToRight )
6829
else if ( this.
FlowDirection
== FlowDirection.RightToLeft )
6888
return _swh.GetPointRelativeToWindow( x, y, this.
FlowDirection
);
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
720
if (
FlowDirection
== FlowDirection.RightToLeft)
728
if (
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\BulletChrome.cs (2)
720
if (
FlowDirection
== FlowDirection.RightToLeft)
728
if (
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework.Luna (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
290
if (
FlowDirection
== FlowDirection.RightToLeft)
297
if (
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
290
if (
FlowDirection
== FlowDirection.RightToLeft)
297
if (
FlowDirection
== FlowDirection.RightToLeft)
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2229
bool isRTL = (
FlowDirection
== FlowDirection.RightToLeft);
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
517
if ((e.Key == Key.Left) == (
FlowDirection
== FlowDirection.LeftToRight))
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (3)
567
FlowDirection parentFD = parent == null ?
FlowDirection
: (FlowDirection)parent.GetValue(FlowDirectionProperty);
568
if ((elementFD != this.
FlowDirection
) != (elementFD != parentFD))
1010
if (
FlowDirection
== FlowDirection.RightToLeft)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
2701
else if ((e.Key == Key.Left) == (
FlowDirection
== FlowDirection.LeftToRight))
2704
FocusNavigationDirection direction = (
FlowDirection
== FlowDirection.LeftToRight ? FocusNavigationDirection.Left : FocusNavigationDirection.Right);
2732
if ((
FlowDirection
== FlowDirection.LeftToRight && DoubleUtil.GreaterThan(predictedFocusedOrigin.X, focusedOrigin.X)) ||
2733
(
FlowDirection
== FlowDirection.RightToLeft && DoubleUtil.LessThan(predictedFocusedOrigin.X, focusedOrigin.X)))
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (7)
814
if (
FlowDirection
== FlowDirection.RightToLeft)
1309
(isDropDownPhysicallyPositionedLeft &&
FlowDirection
== FlowDirection.LeftToRight) ||
1310
(!isDropDownPhysicallyPositionedLeft &&
FlowDirection
== FlowDirection.RightToLeft);
1335
popupChildMargin = (
FlowDirection
== FlowDirection.LeftToRight) ? popupChild.Margin.Left : popupChild.Margin.Right ;
1345
if (
FlowDirection
== FlowDirection.LeftToRight)
1364
if (
FlowDirection
== FlowDirection.LeftToRight)
1377
if (
FlowDirection
== FlowDirection.LeftToRight)
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (1)
341
double offsetX =
FlowDirection
== FlowDirection.LeftToRight ? 0.0 : -popupSize.Width;