6 writes to _internalEventArg
PresentationFramework (6)
System\Windows\Controls\GridViewColumnCollection.cs (6)
50_internalEventArg = ClearPreprocess(); 61_internalEventArg = RemoveAtPreprocess(index); 72_internalEventArg = InsertPreprocess(index, column); 83_internalEventArg = SetPreprocess(index, column); 100_internalEventArg = MovePreprocess(oldIndex, newIndex); 225_internalEventArg = null;
3 references to _internalEventArg
PresentationFramework (3)
System\Windows\Controls\GridViewColumnCollection.cs (3)
84if (_internalEventArg != null) // the new column is equals to the old one. 220if (_internalCollectionChanged != null && _internalEventArg != null) 222_internalCollectionChanged(this, _internalEventArg);