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