11 references to ContentRemoved
PresentationFramework (11)
MS\Internal\PtsHost\DirtyTextRange.cs (1)
52case TextChangeType.ContentRemoved:
System\Windows\Controls\PasswordTextContainer.cs (1)
643TextChangeType.ContentAdded : TextChangeType.ContentRemoved;
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
570TextChangeType.ContentAdded : TextChangeType.ContentRemoved;
System\Windows\Documents\FlowDocument.cs (1)
1489if (args.TextChange != TextChangeType.ContentRemoved)
System\Windows\Documents\ImmComposition.cs (1)
1848if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
System\Windows\Documents\PrecursorTextChangeType.cs (1)
17ContentRemoved = TextChangeType.ContentRemoved,
System\Windows\Documents\SpellerStatusTable.cs (1)
64else if (e.TextChange == TextChangeType.ContentRemoved)
System\Windows\Documents\TextContainer.cs (2)
3383TextContainerChangeEventArgs args1 = new TextContainerChangeEventArgs(startPosition, 1, leftEdgeCharCount, TextChangeType.ContentRemoved); 3384TextContainerChangeEventArgs args2 = new TextContainerChangeEventArgs(endPosition, 1, 0, TextChangeType.ContentRemoved);
System\Windows\Documents\TextStore.cs (2)
2179if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved)) 2217else if (args.TextChange == TextChangeType.ContentRemoved)