6 references to _internalCollectionChanged
PresentationFramework (6)
System\Windows\Controls\GridViewColumnCollection.cs (6)
134add { _internalCollectionChanged += value; } 135remove { _internalCollectionChanged -= value; } 223if (_internalCollectionChanged != null && _internalEventArg != null) 225_internalCollectionChanged(this, _internalEventArg); 236if (_internalCollectionChanged != null && column != null) 238_internalCollectionChanged(this, new GridViewColumnCollectionChangedEventArgs(column, e.PropertyName));