11 references to FlowDirectionProperty
PresentationFramework (11)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (5)
3334
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3352
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3378
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3396
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
3414
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
899
FlowDirection flowdirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FlowDocument.
FlowDirectionProperty
);
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
366
get { return (FlowDirection)GetValue(
FlowDirectionProperty
); }
367
set { SetValue(
FlowDirectionProperty
, value); }
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
2053
FlowDirection flowDirection = (FlowDirection)position.GetValue(FlowDocument.
FlowDirectionProperty
);
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1251
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.LeftToRight, /*applyToParagraphs*/true);
1267
((TextSelection)This.Selection).ApplyPropertyValue(FlowDocument.
FlowDirectionProperty
, FlowDirection.RightToLeft, /*applyToParagraphs*/true);