12 references to TextChange
PresentationFramework (12)
MS\Internal\PtsHost\DirtyTextRange.cs (1)
48
switch (change.
TextChange
)
System\Windows\Controls\TextBlock.cs (1)
3013
if (!CheckFlags(Flags.TextContentChanging) && args.
TextChange
!= TextChangeType.PropertyModified)
System\Windows\Documents\FlowDocument.cs (1)
1489
if (args.
TextChange
!= TextChangeType.ContentRemoved)
System\Windows\Documents\ImmComposition.cs (2)
1856
if (args.IMECharCount > 0 && (args.
TextChange
== TextChangeType.ContentAdded || args.
TextChange
== TextChangeType.ContentRemoved))
System\Windows\Documents\Speller.cs (1)
506
(e.
TextChange
== TextChangeType.PropertyModified && !IsSpellerAffectingProperty(e.Property)))
System\Windows\Documents\SpellerStatusTable.cs (2)
61
if (e.
TextChange
== TextChangeType.ContentAdded)
66
else if (e.
TextChange
== TextChangeType.ContentRemoved)
System\Windows\Documents\TextStore.cs (4)
2190
if (args.IMECharCount > 0 && (args.
TextChange
== TextChangeType.ContentAdded || args.
TextChange
== TextChangeType.ContentRemoved))
2224
if (args.
TextChange
== TextChangeType.ContentAdded)
2228
else if (args.
TextChange
== TextChangeType.ContentRemoved)