4 overrides of FlowDirection
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
278
public override FlowDirection
FlowDirection
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
36
public override FlowDirection
FlowDirection
{ get { return _flowDirection; } }
331
public override FlowDirection
FlowDirection
{ get { return _lp.FlowDirection; } }
407
public override FlowDirection
FlowDirection
{ get { return _lp.FlowDirection; } }
5 references to FlowDirection
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
262
_flowDirection = textParagraphProperties.
FlowDirection
;
MS\Internal\TextFormatting\TextProperties.cs (1)
44
if (_paragraphProperties.
FlowDirection
== FlowDirection.RightToLeft)
PresentationFramework (3)
MS\Internal\PtsHost\Line.cs (1)
275
_mirror = (lineProps.
FlowDirection
== FlowDirection.RightToLeft);
MS\Internal\Text\Line.cs (1)
83
_mirror = (lineProperties.
FlowDirection
== FlowDirection.RightToLeft);
MS\Internal\Text\LineProperties.cs (1)
407
public override FlowDirection FlowDirection { get { return _lp.
FlowDirection
; } }