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