2 references to TextContainerChangeEventArgs
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (1)
3362
TextContainerChangeEventArgs args = new
TextContainerChangeEventArgs
(startPosition, symbolCount, leftEdgeCharCount + childCharCount, ConvertSimplePrecursorChangeToTextChange(precursorTextChange), property, affectsRenderOnly);
System\Windows\Documents\TextContainerChangeEventArgs.cs (1)
25
this
(textPosition, count, charCount, textChange, null, false)