1 override of ApplyPropertyToTextVirtual
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1270internal override void ApplyPropertyToTextVirtual(DependencyProperty formattingProperty, object value, bool applyToParagraphs, PropertyValueAction propertyValueAction)
2 references to ApplyPropertyToTextVirtual
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
821ApplyPropertyToTextVirtual(formattingProperty, value, applyToParagraphs, propertyValueAction);
System\windows\Documents\TextSelection.cs (1)
1303base.ApplyPropertyToTextVirtual(formattingProperty, value, applyToParagraphs, propertyValueAction);