4 references to Changing
PresentationFramework (4)
System\Windows\Documents\FlowDocument.cs (2)
983
_structuralCache.TextContainer.
Changing
+= new EventHandler(OnTextContainerChanging);
993
_structuralCache.TextContainer.
Changing
-= new EventHandler(OnTextContainerChanging);
System\Windows\Documents\TextContainer.cs (2)
2013
add {
Changing
+= value; }
2014
remove {
Changing
-= value; }