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