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