3 writes to _flowDirection
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
245
_flowDirection
= flowDirection;
261
_flowDirection
= textParagraphProperties.FlowDirection;
361
_flowDirection
= flowDirection;
1 reference to _flowDirection
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
279
get { return
_flowDirection
; }