2 writes to UpdatedEvent
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1326
add {
UpdatedEvent
+= value; }
1327
remove {
UpdatedEvent
-= value; }
2 references to UpdatedEvent
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
1584
if (
UpdatedEvent
!= null)
1586
UpdatedEvent
(this, EventArgs.Empty);