4 references to Changing
PresentationFramework (4)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
991_structuralCache.TextContainer.Changing += new EventHandler(OnTextContainerChanging); 1001_structuralCache.TextContainer.Changing -= new EventHandler(OnTextContainerChanging);
src\Framework\System\Windows\Documents\TextContainer.cs (2)
2033add { Changing += value; } 2034remove { Changing -= value; }