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)
435
TextEditorCharacters._OnApplyProperty(This, Inline.
FlowDirectionProperty
, FlowDirection.RightToLeft);
444
TextEditorCharacters._OnApplyProperty(This, Inline.
FlowDirectionProperty
, FlowDirection.LeftToRight);
System\Windows\Documents\TextSchema.cs (1)
1212
Inline.
FlowDirectionProperty
,