6 writes to _internalEventArg
PresentationFramework (6)
System\Windows\Controls\GridViewColumnCollection.cs (6)
49_internalEventArg = ClearPreprocess(); 60_internalEventArg = RemoveAtPreprocess(index); 71_internalEventArg = InsertPreprocess(index, column); 82_internalEventArg = SetPreprocess(index, column); 99_internalEventArg = MovePreprocess(oldIndex, newIndex); 224_internalEventArg = null;
3 references to _internalEventArg
PresentationFramework (3)
System\Windows\Controls\GridViewColumnCollection.cs (3)
83if (_internalEventArg != null) // the new column is equals to the old one. 219if (_internalCollectionChanged != null && _internalEventArg != null) 221_internalCollectionChanged(this, _internalEventArg);