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