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