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