2 writes to UpdatedEvent
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1375
add {
UpdatedEvent
+= value; }
1376
remove {
UpdatedEvent
-= value; }
2 references to UpdatedEvent
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1633
if (
UpdatedEvent
!= null)
1635
UpdatedEvent
(this, EventArgs.Empty);