6 references to _internalCollectionChanged
PresentationFramework (6)
System\Windows\Controls\GridViewColumnCollection.cs (6)
131add { _internalCollectionChanged += value; } 132remove { _internalCollectionChanged -= value; } 220if (_internalCollectionChanged != null && _internalEventArg != null) 222_internalCollectionChanged(this, _internalEventArg); 233if (_internalCollectionChanged != null && column != null) 235_internalCollectionChanged(this, new GridViewColumnCollectionChangedEventArgs(column, e.PropertyName));