5 references to FlowDirectionProperty
PresentationFramework (5)
src\Framework\System\Windows\Documents\Inline.cs (2)
146get { return (FlowDirection)GetValue(FlowDirectionProperty); } 147set { SetValue(FlowDirectionProperty, value); }
src\Framework\System\windows\Documents\TextEditorCharacters.cs (2)
453TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.RightToLeft); 462TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.LeftToRight);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1220Inline.FlowDirectionProperty,