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