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