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