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