11 references to ContentRemoved
PresentationFramework (11)
MS\Internal\PtsHost\DirtyTextRange.cs (1)
54
case TextChangeType.
ContentRemoved
:
System\Windows\Controls\PasswordTextContainer.cs (1)
646
TextChangeType.ContentAdded : TextChangeType.
ContentRemoved
;
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
578
TextChangeType.ContentAdded : TextChangeType.
ContentRemoved
;
System\Windows\Documents\FlowDocument.cs (1)
1489
if (args.TextChange != TextChangeType.
ContentRemoved
)
System\Windows\Documents\ImmComposition.cs (1)
1856
if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.
ContentRemoved
))
System\Windows\Documents\PrecursorTextChangeType.cs (1)
21
ContentRemoved = TextChangeType.
ContentRemoved
,
System\Windows\Documents\SpellerStatusTable.cs (1)
66
else if (e.TextChange == TextChangeType.
ContentRemoved
)
System\Windows\Documents\TextContainer.cs (2)
3388
TextContainerChangeEventArgs args1 = new TextContainerChangeEventArgs(startPosition, 1, leftEdgeCharCount, TextChangeType.
ContentRemoved
);
3389
TextContainerChangeEventArgs args2 = new TextContainerChangeEventArgs(endPosition, 1, 0, TextChangeType.
ContentRemoved
);
System\Windows\Documents\TextStore.cs (2)
2190
if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.
ContentRemoved
))
2228
else if (args.TextChange == TextChangeType.
ContentRemoved
)