2 references to OnTextContainerChanging
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
991
_structuralCache.TextContainer.Changing += new EventHandler(
OnTextContainerChanging
);
1001
_structuralCache.TextContainer.Changing -= new EventHandler(
OnTextContainerChanging
);