4 references to ApplyPropertyValue
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditor.cs (2)
505
range.
ApplyPropertyValue
(FrameworkElement.LanguageProperty, XmlLanguage.GetLanguage(inputCultureInfo.IetfLanguageTag));
526
range.
ApplyPropertyValue
(FrameworkElement.FlowDirectionProperty, inputFlowDirection);
src\Framework\System\windows\Documents\TextSelection.cs (2)
1302
new TextRange(autoWordRange.Start, autoWordRange.End).
ApplyPropertyValue
(formattingProperty, value);
1568
base.
ApplyPropertyValue
(propertyEntry.Property, propertyEntry.Value);