98 references to FlowDirectionProperty
PresentationFramework (96)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (4)
830flowDirection = (FlowDirection)pointer.GetValue(FlowDirectionProperty); 859return (FlowDirection)pointer.GetValue(FlowDirectionProperty); 866return (FlowDirection)pointer.GetValue(FlowDirectionProperty); 891flowDirection = (FlowDirection)pointer.GetValue(FlowDirectionProperty);
src\Framework\MS\Internal\Documents\DocumentPageHost.cs (1)
101pageVisualHost.SetValue(FlowDirectionProperty, FlowDirection.LeftToRight);
src\Framework\MS\Internal\Documents\PageCache.cs (1)
130FlowDirection flowDirection = (FlowDirection)((DependencyObject)_documentPaginator.Source).GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\Documents\UIElementIsland.cs (2)
81SetValue(FrameworkElement.FlowDirectionProperty, ((FrameworkElement)_child).Parent.GetValue(FrameworkElement.FlowDirectionProperty));
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
103_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
130_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (3)
498uint fswdirSubtrack = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty))); 671uint fswdirSubtrack = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty))); 808uint fswdirSubtrack = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty)));
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
235_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
141uint fswdirPara = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty)));
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
221_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (2)
186uint fswdirPara = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty))); 401uint fswdirPara = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty)));
src\Framework\MS\Internal\PtsHost\Line.cs (2)
412FlowDirection paragraphFlowDirection = (FlowDirection)paragraphElement.GetValue(FrameworkElement.FlowDirectionProperty); 442FlowDirection parentFlowDirection = (FlowDirection)parent.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\LineBase.cs (2)
206parentFlowDirection = (FlowDirection)parent.GetValue(FrameworkElement.FlowDirectionProperty); 280parentFlowDirection = (FlowDirection)parent.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
70uint fswdir = PTS.FlowDirectionToFswdir((FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty));
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (2)
53visualChild.SetValue(FrameworkElement.FlowDirectionProperty, childFD); 58visualChild.ClearValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\Section.cs (2)
127StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty); 233fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty));
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
147uint fswdirSubpage = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty))); 366uint fswdirSubpage = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty))); 536uint fswdirSubpage = PTS.FlowDirectionToFswdir(((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty)));
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
175fstableobjprops.fswdirTable = PTS.FlowDirectionToFswdir((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty));
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
162fstxtprops.fswdir = PTS.FlowDirectionToFswdir((FlowDirection)Element.GetValue(FrameworkElement.FlowDirectionProperty));
src\Framework\MS\Internal\Text\ComplexLine.cs (3)
197parentFlowDirection = (FlowDirection)parent.GetValue(FrameworkElement.FlowDirectionProperty); 429parentFlowDirection = (FlowDirection)parent.GetValue(FrameworkElement.FlowDirectionProperty); 501parentFlowDirection = (FlowDirection)parent.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\System\Windows\Controls\ComboBox.cs (2)
252cb._clonedElement.CoerceValue(FrameworkElement.FlowDirectionProperty); 935FlowDirection parentFD = parent == null ? FlowDirection.LeftToRight : (FlowDirection)parent.GetValue(FlowDirectionProperty);
src\Framework\System\Windows\Controls\DataGridHelper.cs (2)
624object flowDirectionObj = element.ReadLocalValue(FrameworkElement.FlowDirectionProperty); 639element.SetValue(FrameworkElement.FlowDirectionProperty, flowDirectionObj);
src\Framework\System\Windows\Controls\DatePicker.cs (2)
1080_calendar.SetBinding(Calendar.FlowDirectionProperty, GetDatePickerBinding(DatePicker.FlowDirectionProperty));
src\Framework\System\Windows\Controls\Image.cs (1)
424style.Setters.Add (new Setter(FlowDirectionProperty, FlowDirection.LeftToRight));
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
330if (e.Property == FrameworkElement.FlowDirectionProperty)
src\Framework\System\Windows\Controls\MediaElement.cs (1)
115style.Setters.Add (new Setter(FlowDirectionProperty, FlowDirection.LeftToRight));
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
1839if (parent != null && (FlowDirection)parent.GetValue(FlowDirectionProperty) == FlowDirection.RightToLeft) 2398if ((FlowDirection)target.GetValue(FlowDirectionProperty) != 2399(FlowDirection)child.GetValue(FlowDirectionProperty))
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
314FlowDirection childFlowDirection = (FlowDirection)child.GetValue(FlowDirectionProperty);
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
423FlowDirection flowWCP = (FlowDirection)tp.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\System\Windows\Documents\Adorner.cs (1)
226adorner.SetBinding(FlowDirectionProperty, binding);
src\Framework\System\Windows\Documents\Block.cs (1)
269FrameworkElement.FlowDirectionProperty.AddOwner(typeof(Block));
src\Framework\System\windows\Documents\CaretElement.cs (2)
668FlowDirection flowDirection = (FlowDirection)AdornedElement.GetValue(FlowDirectionProperty); 713FlowDirection flowDirection = (FlowDirection)AdornedElement.GetValue(FlowDirectionProperty);
src\Framework\System\Windows\Documents\FixedElement.cs (1)
97FrameworkElement.FlowDirectionProperty.AddOwner(
src\Framework\System\Windows\Documents\FixedPage.cs (1)
65FlowDirectionProperty.OverrideMetadata(typeof(FixedPage), metadata);
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
218element.SetValue(FrameworkElement.FlowDirectionProperty, FlowDirection.RightToLeft);
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
246element.SetValue(FrameworkElement.FlowDirectionProperty, FlowDirection.RightToLeft); 250element.SetValue(FrameworkElement.FlowDirectionProperty, FlowDirection.LeftToRight);
src\Framework\System\Windows\Documents\Inline.cs (1)
139FrameworkElement.FlowDirectionProperty.AddOwner(typeof(Inline));
src\Framework\System\windows\Documents\TextEditor.cs (2)
520FlowDirection currentFlowDirection = (FlowDirection)((ITextPointer)range.Start).GetValue(FrameworkElement.FlowDirectionProperty); 526range.ApplyPropertyValue(FrameworkElement.FlowDirectionProperty, inputFlowDirection);
src\Framework\System\windows\Documents\TextEditorParagraphs.cs (2)
159TextEditorCharacters._OnApplyProperty(This, FrameworkElement.FlowDirectionProperty, 169TextEditorCharacters._OnApplyProperty(This, FrameworkElement.FlowDirectionProperty,
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
2456return (FlowDirection)navigator.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\System\windows\Documents\TextEditorTyping.cs (4)
1256UIElementPropertyUndoUnit.Add(This.TextContainer, This.UiScope, FrameworkElement.FlowDirectionProperty, FlowDirection.LeftToRight); 1257This.UiScope.SetValue(FrameworkElement.FlowDirectionProperty, FlowDirection.LeftToRight); 1272UIElementPropertyUndoUnit.Add(This.TextContainer, This.UiScope, FrameworkElement.FlowDirectionProperty, FlowDirection.RightToLeft); 1273This.UiScope.SetValue(FrameworkElement.FlowDirectionProperty, FlowDirection.RightToLeft);
src\Framework\System\Windows\Documents\TextRange.cs (1)
1631if (formattingProperty == FrameworkElement.FlowDirectionProperty)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (7)
845parentFlowDirection = (FlowDirection)parent.GetValue(FrameworkElement.FlowDirectionProperty); 849parentFlowDirection = (FlowDirection)FrameworkElement.FlowDirectionProperty.GetDefaultValue(typeof(FrameworkElement)); 1324FlowDirection midpointFlowDirection = (FlowDirection)commonAncestor.GetValue(FrameworkElement.FlowDirectionProperty); 1325FlowDirection previousFlowDirection = (FlowDirection)previousRun.GetValue(FrameworkElement.FlowDirectionProperty); 1326FlowDirection nextFlowDirection = (FlowDirection)nextRun.GetValue(FrameworkElement.FlowDirectionProperty); 1338SetStructuralInlineProperty(scopingPreviousInline.ElementStart, scopingNextInline.ElementEnd, FrameworkElement.FlowDirectionProperty, previousFlowDirection); 1863while ((FlowDirection)inline.Parent.GetValue(FrameworkElement.FlowDirectionProperty) == flowDirection)
src\Framework\System\Windows\Documents\TextSchema.cs (2)
46FrameworkElement.FlowDirectionProperty, 1226FrameworkElement.FlowDirectionProperty,
src\Framework\System\windows\Documents\TextSelection.cs (6)
513FlowDirection initialFlowDirection = (FlowDirection)caretPosition.GetValue(FrameworkElement.FlowDirectionProperty); 518initialFlowDirection == (FlowDirection)caretPosition.GetValue(FrameworkElement.FlowDirectionProperty) && 1286formattingProperty != FrameworkElement.FlowDirectionProperty) // We dont want to apply flowdirection property to inlines when selection is empty. 1499inheritableProperties[i] != FrameworkElement.FlowDirectionProperty && 2275FlowDirection flowDirection = (FlowDirection)focusedTextSelection.Start.GetValue(FrameworkElement.FlowDirectionProperty); 2401FlowDirection uiScopeflowDirection = (FlowDirection)textEditor.UiScope.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\System\Windows\FrameworkElement.cs (6)
131if (((FlowDirection)FlowDirectionProperty.GetDefaultValue(DependencyObjectType)) == FlowDirection.RightToLeft) 3694set { SetValue(FlowDirectionProperty, value); } 3704return (FlowDirection)element.GetValue(FlowDirectionProperty); 3714element.SetValue(FlowDirectionProperty, value); 3997parentFlowDirection = (FlowDirection)parentFCE.GetValue(FlowDirectionProperty); 4030object flowDirectionValue = v.ReadLocalValue(FlowDirectionProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2470DependencyProperty dp = System.Windows.FrameworkElement.FlowDirectionProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1773return System.Windows.FrameworkElement.FlowDirectionProperty;
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (2)
203Utility.AddDependencyPropertyChangeListener(_window, Window.FlowDirectionProperty, _OnWindowPropertyChangedThatRequiresTemplateFixup); 255Utility.RemoveDependencyPropertyChangeListener(_window, Window.FlowDirectionProperty, _OnWindowPropertyChangedThatRequiresTemplateFixup);
src\Framework\System\Windows\TreeWalkHelper.cs (1)
1291return (dp == FrameworkElement.FlowDirectionProperty);
src\Framework\System\Windows\Window.cs (1)
98FlowDirectionProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnFlowDirectionChanged)));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Metadata\PropertyInspectorMetadata.cs (1)
52MakeBasic(builder, typeof(FrameworkElement), FrameworkElement.FlowDirectionProperty);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValue.cs (1)
339if (ParentModelPropertyEntry.PropertyName.Equals(FrameworkElement.FlowDirectionProperty.Name))