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