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