2 references to ApplyPropertyValue
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
1216
((TextSelection)This.Selection).
ApplyPropertyValue
(FlowDocument.FlowDirectionProperty, FlowDirection.LeftToRight, /*applyToParagraphs*/true);
1232
((TextSelection)This.Selection).
ApplyPropertyValue
(FlowDocument.FlowDirectionProperty, FlowDirection.RightToLeft, /*applyToParagraphs*/true);