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