4 references to PropertyModified
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\DirtyTextRange.cs (1)
63case TextChangeType.PropertyModified:
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3102if (!CheckFlags(Flags.TextContentChanging) && args.TextChange != TextChangeType.PropertyModified)
src\Framework\System\Windows\Documents\PrecursorTextChangeType.cs (1)
28PropertyModified = TextChangeType.PropertyModified,
src\Framework\System\Windows\Documents\Speller.cs (1)
568(e.TextChange == TextChangeType.PropertyModified && !IsSpellerAffectingProperty(e.Property)))