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