2 writes to UpdatedEvent
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1333
add {
UpdatedEvent
+= value; }
1334
remove {
UpdatedEvent
-= value; }
2 references to UpdatedEvent
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1591
if (
UpdatedEvent
!= null)
1593
UpdatedEvent
(this, EventArgs.Empty);