4 references to PropertyModified
PresentationFramework (4)
System\Windows\Documents\TextContainer.cs (1)
777textChange == PrecursorTextChangeType.PropertyModified,
System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
77else if (textChange == PrecursorTextChangeType.PropertyModified) 274if (keyIndex > 0 && textChange != PrecursorTextChangeType.PropertyModified)
System\Windows\Documents\TextElement.cs (1)
1006PrecursorTextChangeType.PropertyModified, property, !affectsMeasureOrArrange);