2 writes to UpdatedEvent
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1377add { UpdatedEvent += value; } 1378remove { UpdatedEvent -= value; }
2 references to UpdatedEvent
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1634if (UpdatedEvent != null) 1636UpdatedEvent(this, EventArgs.Empty);