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