4 overrides of FlowDirection
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
280
public override FlowDirection
FlowDirection
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
40
public override FlowDirection
FlowDirection
{ get { return _flowDirection; } }
335
public override FlowDirection
FlowDirection
{ get { return _lp.FlowDirection; } }
411
public override FlowDirection
FlowDirection
{ get { return _lp.FlowDirection; } }
5 references to FlowDirection
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
264
_flowDirection = textParagraphProperties.
FlowDirection
;
MS\Internal\TextFormatting\TextProperties.cs (1)
50
if (_paragraphProperties.
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework (3)
MS\Internal\PtsHost\Line.cs (1)
281
_mirror = (lineProps.
FlowDirection
== FlowDirection.RightToLeft);
MS\Internal\Text\Line.cs (1)
90
_mirror = (lineProperties.
FlowDirection
== FlowDirection.RightToLeft);
MS\Internal\Text\LineProperties.cs (1)
411
public override FlowDirection FlowDirection { get { return _lp.
FlowDirection
; } }