2 references to OnTextContainerChanging
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
983
_structuralCache.TextContainer.Changing += new EventHandler(
OnTextContainerChanging
);
993
_structuralCache.TextContainer.Changing -= new EventHandler(
OnTextContainerChanging
);