4 overrides of FlowDirection
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
278public override FlowDirection FlowDirection
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
36public override FlowDirection FlowDirection { get { return _flowDirection; } } 331public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } } 407public 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)
44if (_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)
407public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } }