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