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