11 references to FlowDirectionProperty
PresentationFramework (11)
MS\Internal\Documents\TextDocumentView.cs (5)
3325
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3343
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3369
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3387
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3405
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
877
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)
2044
FlowDirection flowDirection = (FlowDirection)position.GetValue(FlowDocument.
FlowDirectionProperty
);
System\windows\Documents\TextEditorTyping.cs (2)
1234
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.LeftToRight, /*applyToParagraphs*/true);
1250
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.RightToLeft, /*applyToParagraphs*/true);