3 writes to _flowDirection
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (3)
249
_flowDirection
= flowDirection;
265
_flowDirection
= textParagraphProperties.FlowDirection;
365
_flowDirection
= flowDirection;
1 reference to _flowDirection
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
283
get { return
_flowDirection
; }