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