6 references to _internalCollectionChanged
PresentationFramework (6)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (6)
135add { _internalCollectionChanged += value; } 136remove { _internalCollectionChanged -= value; } 224if (_internalCollectionChanged != null && _internalEventArg != null) 226_internalCollectionChanged(this, _internalEventArg); 237if (_internalCollectionChanged != null && column != null) 239_internalCollectionChanged(this, new GridViewColumnCollectionChangedEventArgs(column, e.PropertyName));