4 references to ApplyPropertyValue
PresentationFramework (4)
System\windows\Documents\TextEditor.cs (2)
490range.ApplyPropertyValue(FrameworkElement.LanguageProperty, XmlLanguage.GetLanguage(inputCultureInfo.IetfLanguageTag)); 511range.ApplyPropertyValue(FrameworkElement.FlowDirectionProperty, inputFlowDirection);
System\windows\Documents\TextSelection.cs (2)
1299new TextRange(autoWordRange.Start, autoWordRange.End).ApplyPropertyValue(formattingProperty, value); 1565base.ApplyPropertyValue(propertyEntry.Property, propertyEntry.Value);