3 writes to _flowDirection
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
246
_flowDirection
= flowDirection;
262
_flowDirection
= textParagraphProperties.FlowDirection;
362
_flowDirection
= flowDirection;
1 reference to _flowDirection
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
280
get { return
_flowDirection
; }