2 writes to UpdatedEvent
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1377
add {
UpdatedEvent
+= value; }
1378
remove {
UpdatedEvent
-= value; }
2 references to UpdatedEvent
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1634
if (
UpdatedEvent
!= null)
1636
UpdatedEvent
(this, EventArgs.Empty);