6 writes to _internalEventArg
PresentationFramework (6)
System\Windows\Controls\GridViewColumnCollection.cs (6)
53_internalEventArg = ClearPreprocess(); 64_internalEventArg = RemoveAtPreprocess(index); 75_internalEventArg = InsertPreprocess(index, column); 86_internalEventArg = SetPreprocess(index, column); 103_internalEventArg = MovePreprocess(oldIndex, newIndex); 228_internalEventArg = null;
3 references to _internalEventArg
PresentationFramework (3)
System\Windows\Controls\GridViewColumnCollection.cs (3)
87if (_internalEventArg != null) // the new column is equals to the old one. 223if (_internalCollectionChanged != null && _internalEventArg != null) 225_internalCollectionChanged(this, _internalEventArg);