11 references to ContentRemoved
PresentationFramework (11)
MS\Internal\PtsHost\DirtyTextRange.cs (1)
51case TextChangeType.ContentRemoved:
System\Windows\Controls\PasswordTextContainer.cs (1)
642TextChangeType.ContentAdded : TextChangeType.ContentRemoved;
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
560TextChangeType.ContentAdded : TextChangeType.ContentRemoved;
System\Windows\Documents\FlowDocument.cs (1)
1479if (args.TextChange != TextChangeType.ContentRemoved)
System\Windows\Documents\ImmComposition.cs (1)
1834if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
System\Windows\Documents\PrecursorTextChangeType.cs (1)
16ContentRemoved = TextChangeType.ContentRemoved,
System\Windows\Documents\SpellerStatusTable.cs (1)
63else if (e.TextChange == TextChangeType.ContentRemoved)
System\Windows\Documents\TextContainer.cs (2)
3349TextContainerChangeEventArgs args1 = new TextContainerChangeEventArgs(startPosition, 1, leftEdgeCharCount, TextChangeType.ContentRemoved); 3350TextContainerChangeEventArgs args2 = new TextContainerChangeEventArgs(endPosition, 1, 0, TextChangeType.ContentRemoved);
System\Windows\Documents\TextStore.cs (2)
2166if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved)) 2204else if (args.TextChange == TextChangeType.ContentRemoved)