5 references to FlowDirectionProperty
PresentationFramework (5)
System\Windows\Documents\Inline.cs (2)
141get { return (FlowDirection)GetValue(FlowDirectionProperty); } 142set { SetValue(FlowDirectionProperty, value); }
System\windows\Documents\TextEditorCharacters.cs (2)
451TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.RightToLeft); 460TextEditorCharacters._OnApplyProperty(This, Inline.FlowDirectionProperty, FlowDirection.LeftToRight);
System\Windows\Documents\TextSchema.cs (1)
1218Inline.FlowDirectionProperty,