4 references to PropertyModified
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
798textChange == PrecursorTextChangeType.PropertyModified,
src\Framework\System\Windows\Documents\TextContainerChangedEventArgs.cs (2)
85else if (textChange == PrecursorTextChangeType.PropertyModified) 280if (keyIndex > 0 && textChange != PrecursorTextChangeType.PropertyModified)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1067PrecursorTextChangeType.PropertyModified, property, !affectsMeasureOrArrange);