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