3 references to ApplyPropertyValue
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
117
selection.
ApplyPropertyValue
(formattingProperty, propertyValue, applyToParagraphs, propertyValueAction);
src\Framework\System\Windows\Documents\TextRange.cs (2)
731
this.
ApplyPropertyValue
(formattingProperty, value, /*applyToParagraphs*/false, PropertyValueAction.SetValue);
753
this.
ApplyPropertyValue
(formattingProperty, value, applyToParagraphs, PropertyValueAction.SetValue);