6 references to _internalCollectionChanged
PresentationFramework (6)
System\Windows\Controls\GridViewColumnCollection.cs (6)
134
add {
_internalCollectionChanged
+= value; }
135
remove {
_internalCollectionChanged
-= value; }
223
if (
_internalCollectionChanged
!= null && _internalEventArg != null)
225
_internalCollectionChanged
(this, _internalEventArg);
236
if (
_internalCollectionChanged
!= null && column != null)
238
_internalCollectionChanged
(this, new GridViewColumnCollectionChangedEventArgs(column, e.PropertyName));