11 references to FlowDirectionProperty
PresentationFramework (11)
MS\Internal\Documents\TextDocumentView.cs (5)
3323
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3341
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3367
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3385
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3403
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
869
FlowDirection flowdirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
System\Windows\Documents\FlowDocument.cs (2)
358
get { return (FlowDirection)GetValue(
FlowDirectionProperty
); }
359
set { SetValue(
FlowDirectionProperty
, value); }
System\windows\Documents\TextEditorSelection.cs (1)
2029
FlowDirection flowDirection = (FlowDirection)position.GetValue(FlowDocument.
FlowDirectionProperty
);
System\windows\Documents\TextEditorTyping.cs (2)
1225
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.LeftToRight, /*applyToParagraphs*/true);
1241
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.RightToLeft, /*applyToParagraphs*/true);