12 references to TextChange
PresentationFramework (12)
src\Framework\MS\Internal\PtsHost\DirtyTextRange.cs (1)
53
switch (change.
TextChange
)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3102
if (!CheckFlags(Flags.TextContentChanging) && args.
TextChange
!= TextChangeType.PropertyModified)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1498
if (args.
TextChange
!= TextChangeType.ContentRemoved)
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
2046
if (args.IMECharCount > 0 && (args.
TextChange
== TextChangeType.ContentAdded || args.
TextChange
== TextChangeType.ContentRemoved))
src\Framework\System\Windows\Documents\Speller.cs (1)
568
(e.
TextChange
== TextChangeType.PropertyModified && !IsSpellerAffectingProperty(e.Property)))
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (2)
61
if (e.
TextChange
== TextChangeType.ContentAdded)
66
else if (e.
TextChange
== TextChangeType.ContentRemoved)
src\Framework\System\Windows\Documents\TextStore.cs (4)
2084
if (args.IMECharCount > 0 && (args.
TextChange
== TextChangeType.ContentAdded || args.
TextChange
== TextChangeType.ContentRemoved))
2113
if (args.
TextChange
== TextChangeType.ContentAdded)
2117
else if (args.
TextChange
== TextChangeType.ContentRemoved)