6 references to _internalCollectionChanged
PresentationFramework (6)
System\Windows\Controls\GridViewColumnCollection.cs (6)
130add { _internalCollectionChanged += value; } 131remove { _internalCollectionChanged -= value; } 219if (_internalCollectionChanged != null && _internalEventArg != null) 221_internalCollectionChanged(this, _internalEventArg); 232if (_internalCollectionChanged != null && column != null) 234_internalCollectionChanged(this, new GridViewColumnCollectionChangedEventArgs(column, e.PropertyName));