4 references to PropertyModified
PresentationFramework (4)
MS\Internal\PtsHost\DirtyTextRange.cs (1)
55case TextChangeType.PropertyModified:
System\Windows\Controls\TextBlock.cs (1)
2991if (!CheckFlags(Flags.TextContentChanging) && args.TextChange != TextChangeType.PropertyModified)
System\Windows\Documents\PrecursorTextChangeType.cs (1)
17PropertyModified = TextChangeType.PropertyModified,
System\Windows\Documents\Speller.cs (1)
501(e.TextChange == TextChangeType.PropertyModified && !IsSpellerAffectingProperty(e.Property)))