6 references to FlowDirection
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (3)
88
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.
FlowDirection
,
132
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.
FlowDirection
,
142
formattedMarker = 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)
817
FlowDirection flowDirection = paragraphOrBlockUIContainer.
FlowDirection
;
src\Framework\System\windows\Documents\TextSelection.cs (1)
2407
FlowDirection pagraphFlowDirection = paragraphOrBlockUIContainer.
FlowDirection
;