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