11 references to FlowDirectionProperty
PresentationFramework (11)
MS\Internal\Documents\TextDocumentView.cs (5)
3278
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3296
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3322
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3340
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3358
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
865
FlowDirection flowdirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
System\Windows\Documents\FlowDocument.cs (2)
357
get { return (FlowDirection)GetValue(
FlowDirectionProperty
); }
358
set { SetValue(
FlowDirectionProperty
, value); }
System\windows\Documents\TextEditorSelection.cs (1)
2028
FlowDirection flowDirection = (FlowDirection)position.GetValue(FlowDocument.
FlowDirectionProperty
);
System\windows\Documents\TextEditorTyping.cs (2)
1215
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.LeftToRight, /*applyToParagraphs*/true);
1231
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.RightToLeft, /*applyToParagraphs*/true);