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