4 overrides of FlowDirection
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
281
public override FlowDirection
FlowDirection
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
43
public override FlowDirection
FlowDirection
{ get { return _flowDirection; } }
338
public override FlowDirection
FlowDirection
{ get { return _lp.FlowDirection; } }
414
public override FlowDirection
FlowDirection
{ get { return _lp.FlowDirection; } }
5 references to FlowDirection
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
265
_flowDirection = textParagraphProperties.
FlowDirection
;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
52
if (_paragraphProperties.
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
284
_mirror = (lineProps.
FlowDirection
== FlowDirection.RightToLeft);
src\Framework\MS\Internal\Text\Line.cs (1)
93
_mirror = (lineProperties.
FlowDirection
== FlowDirection.RightToLeft);
src\Framework\MS\Internal\Text\LineProperties.cs (1)
414
public override FlowDirection FlowDirection { get { return _lp.
FlowDirection
; } }