6 references to FlowDirection
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (3)
88formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 132formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 142formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection,
src\Framework\System\Windows\Documents\Block.cs (1)
266/// DependencyProperty for <see cref="FlowDirection" /> property.
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
817FlowDirection flowDirection = paragraphOrBlockUIContainer.FlowDirection;
src\Framework\System\windows\Documents\TextSelection.cs (1)
2407FlowDirection pagraphFlowDirection = paragraphOrBlockUIContainer.FlowDirection;