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