4 overrides of FlowDirection
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
280public override FlowDirection FlowDirection
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
40public override FlowDirection FlowDirection { get { return _flowDirection; } } 335public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } } 411public 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)
50if (_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)
411public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } }