4 references to Changing
PresentationFramework (4)
System\Windows\Documents\FlowDocument.cs (2)
977
_structuralCache.TextContainer.
Changing
+= new EventHandler(OnTextContainerChanging);
987
_structuralCache.TextContainer.
Changing
-= new EventHandler(OnTextContainerChanging);
System\Windows\Documents\TextContainer.cs (2)
2007
add {
Changing
+= value; }
2008
remove {
Changing
-= value; }