2 references to ApplyPropertyValue
PresentationFramework (2)
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);