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