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