5 references to FlowDirectionProperty
PresentationFramework (5)
src\Framework\System\Windows\Documents\Inline.cs (2)
146
get { return (FlowDirection)GetValue(
FlowDirectionProperty
); }
147
set { SetValue(
FlowDirectionProperty
, value); }
src\Framework\System\windows\Documents\TextEditorCharacters.cs (2)
453
TextEditorCharacters._OnApplyProperty(This, Inline.
FlowDirectionProperty
, FlowDirection.RightToLeft);
462
TextEditorCharacters._OnApplyProperty(This, Inline.
FlowDirectionProperty
, FlowDirection.LeftToRight);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1220
Inline.
FlowDirectionProperty
,