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